Skip to content
Snippets Groups Projects
Commit c5b5c5d9 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Move all implementations of functions to a 'functions' subdirectory

parent 2d96b2b2
No related branches found
No related tags found
1 merge request!178Improve the handling of functions
# Master
- All implementations of functions have been move to a `functions` subdirectory.
- The `LocalDensity` class now has a template parameter `ElementOrIntersection`,
which replaces the parameter `Position`. As the name says, this parameter
has to be a grid element, or a grid intersection. As it turned out,
......
......@@ -4,19 +4,13 @@ install(FILES
cosseratstrain.hh
cosseratvtkreader.hh
cosseratvtkwriter.hh
embeddedglobalgfefunction.hh
filereader.hh
geodesicdifference.hh
geodesicfefunctionadaptor.hh
gfedifferencenormsquared.hh
globalgfefunction.hh
gramschmidtsolver.hh
interpolationderivatives.hh
linearalgebra.hh
localgeodesicfefunction.hh
localgfetestfunctionbasis.hh
localprojectedfefunction.hh
localquickanddirtyfefunction.hh
localtangentfefunction.hh
maxnormtrustregion.hh
mixedriemanniantrsolver.cc
......@@ -42,3 +36,4 @@ install(FILES
add_subdirectory("spaces")
add_subdirectory("assemblers")
add_subdirectory("densities")
add_subdirectory("functions")
install(FILES
embeddedglobalgfefunction.hh
globalgfefunction.hh
interpolationderivatives.hh
localgeodesicfefunction.hh
localprojectedfefunction.hh
localquickanddirtyfefunction.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/gfe/functions)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment