Newer
Older

Melanie Lipp
committed
dune_symlink_to_source_files(FILES "convergencetest.py")
dune_symlink_to_source_files(FILES "params.input")

Melanie Lipp
committed
dune_add_test(NAME test_ff_navierstokes_sincos
SOURCES main.cc

Melanie Lipp
committed
LABELS freeflow
TIMEOUT 1000

Melanie Lipp
committed
CMAKE_GUARD HAVE_UMFPACK
COMMAND ./convergencetest.py
CMD_ARGS test_ff_navierstokes_sincos params.input
-Grid.UpperRight "6.28 6.28"
-Grid.Cells "150 150"
-Problem.Name test_ff_navierstokes_sincos_stationary_convergence
-Problem.IsStationary true
-Component.LiquidKinematicViscosity 0.001)

Melanie Lipp
committed
dune_add_test(NAME test_ff_navierstokes_sincos_instationary

Melanie Lipp
committed
TARGET test_ff_navierstokes_sincos
LABELS freeflow
CMAKE_GUARD HAVE_UMFPACK
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_ff_navierstokes_sincos_instationary-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_ff_navierstokes_sincos_instationary-00017.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_ff_navierstokes_sincos params.input
-Grid.UpperRight '1 1'
-Grid.Cells '50 50'
-Problem.Name test_ff_navierstokes_sincos_instationary
-Problem.IsStationary false
-Component.LiquidKinematicViscosity 0.1")