-
Sander, Oliver authored
It is no test. Rather, it is a program I used to create illustrations for the paper on GFE test functions (arXiv:1607.07479). I moved the program into the git repository of that paper.
Sander, Oliver authoredIt is no test. Rather, it is a program I used to create illustrations for the paper on GFE test functions (arXiv:1607.07479). I moved the program into the git repository of that paper.
CMakeLists.txt 477 B
set(TESTS
adolctest
averagedistanceassemblertest
cosseratenergytest
frameinvariancetest
globalgfetestfunctionbasistest
harmonicenergytest
localgeodesicfefunctiontest
localgeodesicfestiffnesstest
localgfetestfunctiontest
localprojectedfefunctiontest
orthogonalmatrixtest
rodassemblertest
rotationtest
svdtest
targetspacetest
)
foreach(_test ${TESTS})
dune_add_test(SOURCES ${_test}.cc)
target_compile_options(${_test} PRIVATE -g)
endforeach()