Skip to content
Snippets Groups Projects

Harmonicmap integration test

Merged Sander, Oliver requested to merge harmonicmap-integration-test into master
2 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
1
@@ -4,7 +4,6 @@ set(TESTS
cosseratenergytest
frameinvariancetest
harmonicenergytest
harmonicmaptest
localgeodesicfefunctiontest
localgfetestfunctiontest
localprojectedfefunctiontest
@@ -21,4 +20,11 @@ foreach(_test ${TESTS})
target_compile_options(${_test} PRIVATE -g)
endforeach()
# Run distributed tests
dune_add_test(SOURCES harmonicmaptest.cc
MPI_RANKS 1 4
TIMEOUT 600
CMAKE_GUARD MPI_FOUND)
# Copy the example grid used for testing into the build dir
file(COPY grids/irregular-square.msh DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/grids)
Loading