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 # Master
- All implementations of functions have been move to a `functions` subdirectory.
- The `LocalDensity` class now has a template parameter `ElementOrIntersection`, - The `LocalDensity` class now has a template parameter `ElementOrIntersection`,
which replaces the parameter `Position`. As the name says, this parameter 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, has to be a grid element, or a grid intersection. As it turned out,
......
...@@ -4,19 +4,13 @@ install(FILES ...@@ -4,19 +4,13 @@ install(FILES
cosseratstrain.hh cosseratstrain.hh
cosseratvtkreader.hh cosseratvtkreader.hh
cosseratvtkwriter.hh cosseratvtkwriter.hh
embeddedglobalgfefunction.hh
filereader.hh filereader.hh
geodesicdifference.hh geodesicdifference.hh
geodesicfefunctionadaptor.hh geodesicfefunctionadaptor.hh
gfedifferencenormsquared.hh gfedifferencenormsquared.hh
globalgfefunction.hh
gramschmidtsolver.hh gramschmidtsolver.hh
interpolationderivatives.hh
linearalgebra.hh linearalgebra.hh
localgeodesicfefunction.hh
localgfetestfunctionbasis.hh localgfetestfunctionbasis.hh
localprojectedfefunction.hh
localquickanddirtyfefunction.hh
localtangentfefunction.hh localtangentfefunction.hh
maxnormtrustregion.hh maxnormtrustregion.hh
mixedriemanniantrsolver.cc mixedriemanniantrsolver.cc
...@@ -42,3 +36,4 @@ install(FILES ...@@ -42,3 +36,4 @@ install(FILES
add_subdirectory("spaces") add_subdirectory("spaces")
add_subdirectory("assemblers") add_subdirectory("assemblers")
add_subdirectory("densities") 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