Skip to content
Snippets Groups Projects
Commit 73ad594b authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

Merge branch 'MGConvergence' into 'master'

Mg convergence

See merge request walberla/walberla!49
parents b16c4e68 f117d769
Branches
Tags
No related merge requests found
...@@ -20,3 +20,6 @@ waLBerla_execute_test( NAME SORShortTest COMMAND $<TARGET_FILE:SORTest> --shortr ...@@ -20,3 +20,6 @@ waLBerla_execute_test( NAME SORShortTest COMMAND $<TARGET_FILE:SORTest> --shortr
waLBerla_compile_test( FILES MGTest.cpp DEPENDS blockforest timeloop vtk ) waLBerla_compile_test( FILES MGTest.cpp DEPENDS blockforest timeloop vtk )
waLBerla_execute_test( NAME MGShortTest COMMAND $<TARGET_FILE:MGTest> --shortrun PROCESSES 8 ) waLBerla_execute_test( NAME MGShortTest COMMAND $<TARGET_FILE:MGTest> --shortrun PROCESSES 8 )
waLBerla_execute_test( NAME MGTest COMMAND $<TARGET_FILE:MGTest> PROCESSES 8 CONFIGURATIONS Release RelWithDbgInfo ) waLBerla_execute_test( NAME MGTest COMMAND $<TARGET_FILE:MGTest> PROCESSES 8 CONFIGURATIONS Release RelWithDbgInfo )
waLBerla_compile_test( FILES MGConvergenceTest.cpp DEPENDS blockforest timeloop vtk )
waLBerla_execute_test( NAME MGConvergenceTest COMMAND $<TARGET_FILE:MGConvergenceTest> PROCESSES 8 CONFIGURATIONS Release RelWithDbgInfo )
\ No newline at end of file
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment