Skip to content
Snippets Groups Projects
Commit 12200e05 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'cleanup/consistent-naming-in-test-references' into 'master'

Consistent naming in test/references

Closes #1077

See merge request !2837
parents af53aa75 7f288591
No related branches found
No related tags found
1 merge request!2837Consistent naming in test/references
Pipeline #9257 failed
Pipeline: dumux

#9261

    Pipeline: dumux

    #9260

      Pipeline: dumux

      #9259

        +1
        Showing
        with 75 additions and 75 deletions
        ...@@ -8,6 +8,6 @@ dumux_add_test(NAME example_2p_pointsource_adaptive ...@@ -8,6 +8,6 @@ dumux_add_test(NAME example_2p_pointsource_adaptive
        CMAKE_GUARD dune-alugrid_FOUND CMAKE_GUARD dune-alugrid_FOUND
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy --zeroThreshold {"pc":0.1} CMD_ARGS --script fuzzy --zeroThreshold {"pc":0.1}
        --files ${CMAKE_SOURCE_DIR}/test/references/example-2padaptive-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/example_2padaptive-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/example_2p_pointsource_adaptive-00006.vtu ${CMAKE_CURRENT_BINARY_DIR}/example_2p_pointsource_adaptive-00006.vtu
        --command "${CMAKE_CURRENT_BINARY_DIR}/example_2p_pointsource_adaptive params.input -TimeLoop.TEnd 100 -TimeLoop.DtInitial 10 -Problem.Name example_2p_pointsource_adaptive") --command "${CMAKE_CURRENT_BINARY_DIR}/example_2p_pointsource_adaptive params.input -TimeLoop.TEnd 100 -TimeLoop.DtInitial 10 -Problem.Name example_2p_pointsource_adaptive")
        ...@@ -104,9 +104,9 @@ dumux_add_test(NAME test_gridmanager_subgrid ...@@ -104,9 +104,9 @@ dumux_add_test(NAME test_gridmanager_subgrid
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy CMD_ARGS --script fuzzy
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_subgrid" --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_subgrid"
        --files ${CMAKE_SOURCE_DIR}/test/references/subgrid-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager_subgrid-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/subgrid_circle_yasp.vtu ${CMAKE_CURRENT_BINARY_DIR}/subgrid_circle_yasp.vtu
        ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager_subgrid_binary_image.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager_subgrid_binary_image-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/subgrid_binary_image.vtu) ${CMAKE_CURRENT_BINARY_DIR}/subgrid_binary_image.vtu)
        dune_symlink_to_source_files(FILES "test_gridmanager_gmsh_3d.input" dune_symlink_to_source_files(FILES "test_gridmanager_gmsh_3d.input"
        ...@@ -123,7 +123,7 @@ dumux_add_test(NAME test_gridmanager_gmsh_3d_alu_sequential ...@@ -123,7 +123,7 @@ dumux_add_test(NAME test_gridmanager_gmsh_3d_alu_sequential
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy CMD_ARGS --script fuzzy
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_3d_alu -Problem.Name bifurcation_alu -Grid.Refine false" --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_3d_alu -Problem.Name bifurcation_alu -Grid.Refine false"
        --files ${CMAKE_SOURCE_DIR}/test/references/gridmanager-bifurcation-3d-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-bifurcation-3d-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/bifurcation_alu-00000.vtu) ${CMAKE_CURRENT_BINARY_DIR}/bifurcation_alu-00000.vtu)
        dumux_add_test(NAME test_gridmanager_gmsh_3d_alu_parallel dumux_add_test(NAME test_gridmanager_gmsh_3d_alu_parallel
        ...@@ -134,7 +134,7 @@ dumux_add_test(NAME test_gridmanager_gmsh_3d_alu_parallel ...@@ -134,7 +134,7 @@ dumux_add_test(NAME test_gridmanager_gmsh_3d_alu_parallel
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy --zeroThreshold {"rank":100} CMD_ARGS --script fuzzy --zeroThreshold {"rank":100}
        --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_3d_alu -Problem.Name bifurcation_alu_parallel -Grid.Refine false" --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_3d_alu -Problem.Name bifurcation_alu_parallel -Grid.Refine false"
        --files ${CMAKE_SOURCE_DIR}/test/references/gridmanager-bifurcation-3d-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-bifurcation-3d-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/s0002-bifurcation_alu_parallel-00000.pvtu) ${CMAKE_CURRENT_BINARY_DIR}/s0002-bifurcation_alu_parallel-00000.pvtu)
        add_executable(test_gridmanager_gmsh_3d_ug EXCLUDE_FROM_ALL test_gridmanager_gmsh_3d.cc) add_executable(test_gridmanager_gmsh_3d_ug EXCLUDE_FROM_ALL test_gridmanager_gmsh_3d.cc)
        ...@@ -147,9 +147,9 @@ dumux_add_test(NAME test_gridmanager_gmsh_3d_ug_sequential ...@@ -147,9 +147,9 @@ dumux_add_test(NAME test_gridmanager_gmsh_3d_ug_sequential
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy CMD_ARGS --script fuzzy
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_3d_ug -Problem.Name bifurcation_ug" --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_3d_ug -Problem.Name bifurcation_ug"
        --files ${CMAKE_SOURCE_DIR}/test/references/gridmanager-bifurcation-3d-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-bifurcation-3d-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/bifurcation_ug-00000.vtu ${CMAKE_CURRENT_BINARY_DIR}/bifurcation_ug-00000.vtu
        ${CMAKE_SOURCE_DIR}/test/references/gridmanager-bifurcation-3d-reference-refined.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-bifurcation-3d-refined-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/bifurcation_ug-00001.vtu) ${CMAKE_CURRENT_BINARY_DIR}/bifurcation_ug-00001.vtu)
        dumux_add_test(NAME test_gridmanager_gmsh_3d_ug_parallel dumux_add_test(NAME test_gridmanager_gmsh_3d_ug_parallel
        ...@@ -160,7 +160,7 @@ dumux_add_test(NAME test_gridmanager_gmsh_3d_ug_parallel ...@@ -160,7 +160,7 @@ dumux_add_test(NAME test_gridmanager_gmsh_3d_ug_parallel
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy --zeroThreshold {"rank":100} CMD_ARGS --script fuzzy --zeroThreshold {"rank":100}
        --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_3d_ug -Problem.Name bifurcation_ug_parallel -Grid.Refine false" --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_3d_ug -Problem.Name bifurcation_ug_parallel -Grid.Refine false"
        --files ${CMAKE_SOURCE_DIR}/test/references/gridmanager-bifurcation-3d-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-bifurcation-3d-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/s0002-bifurcation_ug_parallel-00000.pvtu) ${CMAKE_CURRENT_BINARY_DIR}/s0002-bifurcation_ug_parallel-00000.pvtu)
        add_executable(test_gridmanager_gmsh_e_markers_alu EXCLUDE_FROM_ALL test_gridmanager_gmsh_e_markers.cc) add_executable(test_gridmanager_gmsh_e_markers_alu EXCLUDE_FROM_ALL test_gridmanager_gmsh_e_markers.cc)
        ...@@ -173,9 +173,9 @@ dumux_add_test(NAME test_gridmanager_gmsh_e_markers_alu_sequential ...@@ -173,9 +173,9 @@ dumux_add_test(NAME test_gridmanager_gmsh_e_markers_alu_sequential
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy CMD_ARGS --script fuzzy
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_e_markers_alu -Problem.Name fracture_alu" --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_e_markers_alu -Problem.Name fracture_alu"
        --files ${CMAKE_SOURCE_DIR}/test/references/gridmanager-fracture-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-fracture-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/fracture_alu-00000.vtu ${CMAKE_CURRENT_BINARY_DIR}/fracture_alu-00000.vtu
        ${CMAKE_SOURCE_DIR}/test/references/gridmanager-fracture-reference-refined.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-fracture-refined-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/fracture_alu-00001.vtu) ${CMAKE_CURRENT_BINARY_DIR}/fracture_alu-00001.vtu)
        dumux_add_test(NAME test_gridmanager_gmsh_e_markers_alu_parallel dumux_add_test(NAME test_gridmanager_gmsh_e_markers_alu_parallel
        ...@@ -186,9 +186,9 @@ dumux_add_test(NAME test_gridmanager_gmsh_e_markers_alu_parallel ...@@ -186,9 +186,9 @@ dumux_add_test(NAME test_gridmanager_gmsh_e_markers_alu_parallel
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy --zeroThreshold {"rank":100} CMD_ARGS --script fuzzy --zeroThreshold {"rank":100}
        --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_e_markers_alu -Problem.Name fracture_alu_parallel" --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_e_markers_alu -Problem.Name fracture_alu_parallel"
        --files ${CMAKE_SOURCE_DIR}/test/references/gridmanager-fracture-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-fracture-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/s0002-fracture_alu_parallel-00000.pvtu ${CMAKE_CURRENT_BINARY_DIR}/s0002-fracture_alu_parallel-00000.pvtu
        ${CMAKE_SOURCE_DIR}/test/references/gridmanager-fracture-reference-refined.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-fracture-refined-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/s0002-fracture_alu_parallel-00001.pvtu) ${CMAKE_CURRENT_BINARY_DIR}/s0002-fracture_alu_parallel-00001.pvtu)
        add_executable(test_gridmanager_gmsh_e_markers_ug EXCLUDE_FROM_ALL test_gridmanager_gmsh_e_markers.cc) add_executable(test_gridmanager_gmsh_e_markers_ug EXCLUDE_FROM_ALL test_gridmanager_gmsh_e_markers.cc)
        ...@@ -201,9 +201,9 @@ dumux_add_test(NAME test_gridmanager_gmsh_e_markers_ug_sequential ...@@ -201,9 +201,9 @@ dumux_add_test(NAME test_gridmanager_gmsh_e_markers_ug_sequential
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy CMD_ARGS --script fuzzy
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_e_markers_ug -Problem.Name fracture_ug" --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_e_markers_ug -Problem.Name fracture_ug"
        --files ${CMAKE_SOURCE_DIR}/test/references/gridmanager-fracture-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-fracture-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/fracture_ug-00000.vtu ${CMAKE_CURRENT_BINARY_DIR}/fracture_ug-00000.vtu
        ${CMAKE_SOURCE_DIR}/test/references/gridmanager-fracture-reference-refined.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-fracture-refined-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/fracture_ug-00001.vtu) ${CMAKE_CURRENT_BINARY_DIR}/fracture_ug-00001.vtu)
        dumux_add_test(NAME test_gridmanager_gmsh_e_markers_ug_parallel dumux_add_test(NAME test_gridmanager_gmsh_e_markers_ug_parallel
        ...@@ -214,9 +214,9 @@ dumux_add_test(NAME test_gridmanager_gmsh_e_markers_ug_parallel ...@@ -214,9 +214,9 @@ dumux_add_test(NAME test_gridmanager_gmsh_e_markers_ug_parallel
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy --zeroThreshold {"rank":100} CMD_ARGS --script fuzzy --zeroThreshold {"rank":100}
        --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_e_markers_ug -Problem.Name fracture_ug_parallel" --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_gmsh_e_markers_ug -Problem.Name fracture_ug_parallel"
        --files ${CMAKE_SOURCE_DIR}/test/references/gridmanager-fracture-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-fracture-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/s0002-fracture_ug_parallel-00000.pvtu ${CMAKE_CURRENT_BINARY_DIR}/s0002-fracture_ug_parallel-00000.pvtu
        ${CMAKE_SOURCE_DIR}/test/references/gridmanager-fracture-reference-refined.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-fracture-refined-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/s0002-fracture_ug_parallel-00001.pvtu) ${CMAKE_CURRENT_BINARY_DIR}/s0002-fracture_ug_parallel-00001.pvtu)
        add_executable(test_gridmanager_dgf_alu EXCLUDE_FROM_ALL test_gridmanager_dgf.cc) add_executable(test_gridmanager_dgf_alu EXCLUDE_FROM_ALL test_gridmanager_dgf.cc)
        ...@@ -229,11 +229,11 @@ dumux_add_test(NAME test_gridmanager_dgf_alu_sequential ...@@ -229,11 +229,11 @@ dumux_add_test(NAME test_gridmanager_dgf_alu_sequential
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy CMD_ARGS --script fuzzy
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_dgf_alu -Problem.Name co2_alu" --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_dgf_alu -Problem.Name co2_alu"
        --files ${CMAKE_SOURCE_DIR}/test/references/gridmanager-co2-simpl-element-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-co2-simpl-element-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/co2_alu-element-00000.vtu ${CMAKE_CURRENT_BINARY_DIR}/co2_alu-element-00000.vtu
        ${CMAKE_SOURCE_DIR}/test/references/gridmanager-co2-simpl-element-reference-refined.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-co2-simpl-element-refined-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/co2_alu-element-00001.vtu ${CMAKE_CURRENT_BINARY_DIR}/co2_alu-element-00001.vtu
        ${CMAKE_SOURCE_DIR}/test/references/gridmanager-co2-simpl-vertex-reference.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-co2-simpl-vertex-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/co2_alu-vertex-00000.vtu) ${CMAKE_CURRENT_BINARY_DIR}/co2_alu-vertex-00000.vtu)
        dumux_add_test(NAME test_gridmanager_dgf_alu_parallel dumux_add_test(NAME test_gridmanager_dgf_alu_parallel
        ...@@ -244,11 +244,11 @@ dumux_add_test(NAME test_gridmanager_dgf_alu_parallel ...@@ -244,11 +244,11 @@ dumux_add_test(NAME test_gridmanager_dgf_alu_parallel
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy --zeroThreshold {"rank":100} CMD_ARGS --script fuzzy --zeroThreshold {"rank":100}
        --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_dgf_alu -Problem.Name co2_alu_parallel" --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_dgf_alu -Problem.Name co2_alu_parallel"
        --files ${CMAKE_SOURCE_DIR}/test/references/gridmanager-co2-simpl-element-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-co2-simpl-element-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/s0002-co2_alu_parallel-element-00000.pvtu ${CMAKE_CURRENT_BINARY_DIR}/s0002-co2_alu_parallel-element-00000.pvtu
        ${CMAKE_SOURCE_DIR}/test/references/gridmanager-co2-simpl-element-reference-refined.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-co2-simpl-element-refined-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/s0002-co2_alu_parallel-element-00001.pvtu ${CMAKE_CURRENT_BINARY_DIR}/s0002-co2_alu_parallel-element-00001.pvtu
        ${CMAKE_SOURCE_DIR}/test/references/gridmanager-co2-simpl-vertex-reference.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-co2-simpl-vertex-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/s0002-co2_alu_parallel-vertex-00000.pvtu) ${CMAKE_CURRENT_BINARY_DIR}/s0002-co2_alu_parallel-vertex-00000.pvtu)
        add_executable(test_gridmanager_dgf_ug EXCLUDE_FROM_ALL test_gridmanager_dgf.cc) add_executable(test_gridmanager_dgf_ug EXCLUDE_FROM_ALL test_gridmanager_dgf.cc)
        ...@@ -261,11 +261,11 @@ dumux_add_test(NAME test_gridmanager_dgf_ug_sequential ...@@ -261,11 +261,11 @@ dumux_add_test(NAME test_gridmanager_dgf_ug_sequential
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy CMD_ARGS --script fuzzy
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_dgf_ug -Problem.Name co2_ug" --command "${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_dgf_ug -Problem.Name co2_ug"
        --files ${CMAKE_SOURCE_DIR}/test/references/gridmanager-co2-quad-element-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-co2-quad-element-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/co2_ug-element-00000.vtu ${CMAKE_CURRENT_BINARY_DIR}/co2_ug-element-00000.vtu
        ${CMAKE_SOURCE_DIR}/test/references/gridmanager-co2-quad-element-reference-refined.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-co2-quad-element-refined-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/co2_ug-element-00001.vtu ${CMAKE_CURRENT_BINARY_DIR}/co2_ug-element-00001.vtu
        ${CMAKE_SOURCE_DIR}/test/references/gridmanager-co2-quad-vertex-reference.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-co2-quad-vertex-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/co2_ug-vertex-00000.vtu) ${CMAKE_CURRENT_BINARY_DIR}/co2_ug-vertex-00000.vtu)
        dumux_add_test(NAME test_gridmanager_dgf_ug_parallel dumux_add_test(NAME test_gridmanager_dgf_ug_parallel
        ...@@ -276,11 +276,11 @@ dumux_add_test(NAME test_gridmanager_dgf_ug_parallel ...@@ -276,11 +276,11 @@ dumux_add_test(NAME test_gridmanager_dgf_ug_parallel
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy --zeroThreshold {"rank":100} CMD_ARGS --script fuzzy --zeroThreshold {"rank":100}
        --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_dgf_ug -Problem.Name co2_ug_parallel" --command "${MPIEXEC} -np 2 ${CMAKE_CURRENT_BINARY_DIR}/test_gridmanager_dgf_ug -Problem.Name co2_ug_parallel"
        --files ${CMAKE_SOURCE_DIR}/test/references/gridmanager-co2-quad-element-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-co2-quad-element-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/s0002-co2_ug_parallel-element-00000.pvtu ${CMAKE_CURRENT_BINARY_DIR}/s0002-co2_ug_parallel-element-00000.pvtu
        ${CMAKE_SOURCE_DIR}/test/references/gridmanager-co2-quad-element-reference-refined.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-co2-quad-element-refined-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/s0002-co2_ug_parallel-element-00001.pvtu ${CMAKE_CURRENT_BINARY_DIR}/s0002-co2_ug_parallel-element-00001.pvtu
        ${CMAKE_SOURCE_DIR}/test/references/gridmanager-co2-quad-vertex-reference.vtu ${CMAKE_SOURCE_DIR}/test/references/test_gridmanager-co2-quad-vertex-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/s0002-co2_ug_parallel-vertex-00000.pvtu) ${CMAKE_CURRENT_BINARY_DIR}/s0002-co2_ug_parallel-vertex-00000.pvtu)
        dumux_add_test(NAME test_gridmanager_vtk_foam dumux_add_test(NAME test_gridmanager_vtk_foam
        ...@@ -334,17 +334,17 @@ dumux_add_test(NAME test_pnm_gridmanager_constant_params ...@@ -334,17 +334,17 @@ dumux_add_test(NAME test_pnm_gridmanager_constant_params
        CMAKE_GUARD dune-foamgrid_FOUND CMAKE_GUARD dune-foamgrid_FOUND
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy CMD_ARGS --script fuzzy
        --files ${CMAKE_SOURCE_DIR}/test/references/pnm_gridmanager-3d-constant.vtp --files ${CMAKE_SOURCE_DIR}/test/references/test_pnm_gridmanager-3d-constant-reference.vtp
        ${CMAKE_CURRENT_BINARY_DIR}/generic-3dgrid-constant-params.vtp ${CMAKE_CURRENT_BINARY_DIR}/generic-3dgrid-constant-params.vtp
        ${CMAKE_SOURCE_DIR}/test/references/pnm_gridmanager-3d-constant.vtp ${CMAKE_SOURCE_DIR}/test/references/test_pnm_gridmanager-3d-constant-reference.vtp
        ${CMAKE_CURRENT_BINARY_DIR}/dgf-3dgrid-constant-params.vtp ${CMAKE_CURRENT_BINARY_DIR}/dgf-3dgrid-constant-params.vtp
        ${CMAKE_SOURCE_DIR}/test/references/pnm_gridmanager-2d-constant.vtp ${CMAKE_SOURCE_DIR}/test/references/test_pnm_gridmanager-2d-constant-reference.vtp
        ${CMAKE_CURRENT_BINARY_DIR}/generic-2dgrid-constant-params.vtp ${CMAKE_CURRENT_BINARY_DIR}/generic-2dgrid-constant-params.vtp
        ${CMAKE_SOURCE_DIR}/test/references/pnm_gridmanager-2d-constant.vtp ${CMAKE_SOURCE_DIR}/test/references/test_pnm_gridmanager-2d-constant-reference.vtp
        ${CMAKE_CURRENT_BINARY_DIR}/dgf-2dgrid-constant-params.vtp ${CMAKE_CURRENT_BINARY_DIR}/dgf-2dgrid-constant-params.vtp
        ${CMAKE_SOURCE_DIR}/test/references/pnm_gridmanager-1d-constant.vtp ${CMAKE_SOURCE_DIR}/test/references/test_pnm_gridmanager-1d-constant-reference.vtp
        ${CMAKE_CURRENT_BINARY_DIR}/generic-1dgrid-constant-params.vtp ${CMAKE_CURRENT_BINARY_DIR}/generic-1dgrid-constant-params.vtp
        ${CMAKE_SOURCE_DIR}/test/references/pnm_gridmanager-1d-constant.vtp ${CMAKE_SOURCE_DIR}/test/references/test_pnm_gridmanager-1d-constant-reference.vtp
        ${CMAKE_CURRENT_BINARY_DIR}/dgf-1dgrid-constant-params.vtp ${CMAKE_CURRENT_BINARY_DIR}/dgf-1dgrid-constant-params.vtp
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_pnm_gridmanager test_pnm_gridmanager-constant-params.input") --command "${CMAKE_CURRENT_BINARY_DIR}/test_pnm_gridmanager test_pnm_gridmanager-constant-params.input")
        ...@@ -354,17 +354,17 @@ dumux_add_test(NAME test_pnm_gridmanager_random_params ...@@ -354,17 +354,17 @@ dumux_add_test(NAME test_pnm_gridmanager_random_params
        CMAKE_GUARD dune-foamgrid_FOUND CMAKE_GUARD dune-foamgrid_FOUND
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzy CMD_ARGS --script fuzzy
        --files ${CMAKE_SOURCE_DIR}/test/references/pnm_gridmanager-3d-random.vtp --files ${CMAKE_SOURCE_DIR}/test/references/test_pnm_gridmanager-3d-random-reference.vtp
        ${CMAKE_CURRENT_BINARY_DIR}/generic-3dgrid-random-params.vtp ${CMAKE_CURRENT_BINARY_DIR}/generic-3dgrid-random-params.vtp
        ${CMAKE_SOURCE_DIR}/test/references/pnm_gridmanager-3d-random.vtp ${CMAKE_SOURCE_DIR}/test/references/test_pnm_gridmanager-3d-random-reference.vtp
        ${CMAKE_CURRENT_BINARY_DIR}/dgf-3dgrid-random-params.vtp ${CMAKE_CURRENT_BINARY_DIR}/dgf-3dgrid-random-params.vtp
        ${CMAKE_SOURCE_DIR}/test/references/pnm_gridmanager-2d-random.vtp ${CMAKE_SOURCE_DIR}/test/references/test_pnm_gridmanager-2d-random-reference.vtp
        ${CMAKE_CURRENT_BINARY_DIR}/generic-2dgrid-random-params.vtp ${CMAKE_CURRENT_BINARY_DIR}/generic-2dgrid-random-params.vtp
        ${CMAKE_SOURCE_DIR}/test/references/pnm_gridmanager-2d-random.vtp ${CMAKE_SOURCE_DIR}/test/references/test_pnm_gridmanager-2d-random-reference.vtp
        ${CMAKE_CURRENT_BINARY_DIR}/dgf-2dgrid-random-params.vtp ${CMAKE_CURRENT_BINARY_DIR}/dgf-2dgrid-random-params.vtp
        ${CMAKE_SOURCE_DIR}/test/references/pnm_gridmanager-1d-random.vtp ${CMAKE_SOURCE_DIR}/test/references/test_pnm_gridmanager-1d-random-reference.vtp
        ${CMAKE_CURRENT_BINARY_DIR}/generic-1dgrid-random-params.vtp ${CMAKE_CURRENT_BINARY_DIR}/generic-1dgrid-random-params.vtp
        ${CMAKE_SOURCE_DIR}/test/references/pnm_gridmanager-1d-random.vtp ${CMAKE_SOURCE_DIR}/test/references/test_pnm_gridmanager-1d-random-reference.vtp
        ${CMAKE_CURRENT_BINARY_DIR}/dgf-1dgrid-random-params.vtp ${CMAKE_CURRENT_BINARY_DIR}/dgf-1dgrid-random-params.vtp
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_pnm_gridmanager test_pnm_gridmanager-random-params.input") --command "${CMAKE_CURRENT_BINARY_DIR}/test_pnm_gridmanager test_pnm_gridmanager-random-params.input")
        ......
        ...@@ -2,9 +2,9 @@ dumux_add_test(SOURCES test_thermalconductivity.cc ...@@ -2,9 +2,9 @@ dumux_add_test(SOURCES test_thermalconductivity.cc
        LABELS unit material LABELS unit material
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzyData --delimiter " " CMD_ARGS --script fuzzyData --delimiter " "
        --files ${CMAKE_SOURCE_DIR}/test/references/thermalconductivitysomerton-reference.dat --files ${CMAKE_SOURCE_DIR}/test/references/test_thermalconductivitysomerton-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/somerton_lambda_eff.dat ${CMAKE_CURRENT_BINARY_DIR}/somerton_lambda_eff.dat
        ${CMAKE_SOURCE_DIR}/test/references/thermalconductivityjohansen-reference.dat ${CMAKE_SOURCE_DIR}/test/references/test_thermalconductivityjohansen-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/johansen_lambda_eff.dat ${CMAKE_CURRENT_BINARY_DIR}/johansen_lambda_eff.dat
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_thermalconductivity") --command "${CMAKE_CURRENT_BINARY_DIR}/test_thermalconductivity")
        ...@@ -12,7 +12,7 @@ dumux_add_test(SOURCES test_material_2p_vangenuchten.cc ...@@ -12,7 +12,7 @@ dumux_add_test(SOURCES test_material_2p_vangenuchten.cc
        LABELS unit material LABELS unit material
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzyData --delimiter " " CMD_ARGS --script fuzzyData --delimiter " "
        --files ${CMAKE_SOURCE_DIR}/test/references/test_pcsw_vangenuchten.dat --files ${CMAKE_SOURCE_DIR}/test/references/test_pcsw_vangenuchten-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/test_pcsw_vangenuchten.dat ${CMAKE_CURRENT_BINARY_DIR}/test_pcsw_vangenuchten.dat
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_material_2p_vangenuchten") --command "${CMAKE_CURRENT_BINARY_DIR}/test_material_2p_vangenuchten")
        ...@@ -20,7 +20,7 @@ dumux_add_test(SOURCES test_material_2p_brookscorey.cc ...@@ -20,7 +20,7 @@ dumux_add_test(SOURCES test_material_2p_brookscorey.cc
        LABELS unit material LABELS unit material
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzyData --delimiter " " CMD_ARGS --script fuzzyData --delimiter " "
        --files ${CMAKE_SOURCE_DIR}/test/references/test_pcsw_brookscorey.dat --files ${CMAKE_SOURCE_DIR}/test/references/test_pcsw_brookscorey-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/test_pcsw_brookscorey.dat ${CMAKE_CURRENT_BINARY_DIR}/test_pcsw_brookscorey.dat
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_material_2p_brookscorey") --command "${CMAKE_CURRENT_BINARY_DIR}/test_material_2p_brookscorey")
        ......
        ...@@ -5,8 +5,8 @@ dumux_add_test(SOURCES test_effectivediffusivity.cc ...@@ -5,8 +5,8 @@ dumux_add_test(SOURCES test_effectivediffusivity.cc
        LABELS unit material LABELS unit material
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzyData --delimiter " " CMD_ARGS --script fuzzyData --delimiter " "
        --files ${CMAKE_SOURCE_DIR}/test/references/effectivediffusivityconstanttau-reference.dat --files ${CMAKE_SOURCE_DIR}/test/references/test_effectivediffusivityconstanttau-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/constant_d_eff.dat ${CMAKE_CURRENT_BINARY_DIR}/constant_d_eff.dat
        ${CMAKE_SOURCE_DIR}/test/references/effectivediffusivitymillingtonquirk-reference.dat ${CMAKE_SOURCE_DIR}/test/references/test_effectivediffusivitymillingtonquirk-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/millingtonquirk_d_eff.dat ${CMAKE_CURRENT_BINARY_DIR}/millingtonquirk_d_eff.dat
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_effectivediffusivity -SpatialParams.Tortuosity 0.3") --command "${CMAKE_CURRENT_BINARY_DIR}/test_effectivediffusivity -SpatialParams.Tortuosity 0.3")
        ...@@ -8,20 +8,20 @@ dumux_add_test(NAME test_material_2p_porenetwork ...@@ -8,20 +8,20 @@ dumux_add_test(NAME test_material_2p_porenetwork
        LABELS unit material porenetwork LABELS unit material porenetwork
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzyData --delimiter " " CMD_ARGS --script fuzzyData --delimiter " "
        --files ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_cube.dat --files ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_cube-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_cube.dat ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_cube.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_tetrahedron.dat ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_tetrahedron-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_tetrahedron.dat ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_tetrahedron.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_octahedron.dat ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_octahedron-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_octahedron.dat ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_octahedron.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_icosahedron.dat ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_icosahedron-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_icosahedron.dat ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_icosahedron.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_dodecahedron.dat ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_dodecahedron-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_dodecahedron.dat ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_dodecahedron.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_cube.dat ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_cube-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_cube_with_linear_regularization.dat ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_cube_with_linear_regularization.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_cube_with_powerlaw_regularization.dat ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_cube_with_powerlaw_regularization-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_cube_with_powerlaw_regularization.dat ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_cube_with_powerlaw_regularization.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_cube_with_spline_regularization.dat ${CMAKE_SOURCE_DIR}/test/references/test_pnm_pcsw_cube_with_spline_regularization-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_cube_with_spline_regularization.dat ${CMAKE_CURRENT_BINARY_DIR}/test_pnm_pcsw_cube_with_spline_regularization.dat
        --command "${CMAKE_CURRENT_BINARY_DIR}/test_material_2p_porenetwork") --command "${CMAKE_CURRENT_BINARY_DIR}/test_material_2p_porenetwork")
        ...@@ -20,29 +20,29 @@ dumux_add_test(NAME test_richards_benchmark_infiltration_tpfa ...@@ -20,29 +20,29 @@ dumux_add_test(NAME test_richards_benchmark_infiltration_tpfa
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzyData CMD_ARGS --script fuzzyData
        --relative 0.05 --relative 0.05
        --files ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_ana_loam_0.dat --files ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_ana_loam_0-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_ana_loam_0.dat ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_ana_loam_0.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_loam_1.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_loam_1-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_loam_1.dat ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_loam_1.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_loam_2.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_loam_2-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_loam_2.dat ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_loam_2.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_loam_3.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_loam_3-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_loam_3.dat ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_loam_3.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_ana_clay_0.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_ana_clay_0-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_ana_clay_0.dat ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_ana_clay_0.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_clay_1.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_clay_1-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_clay_1.dat ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_clay_1.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_clay_2.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_clay_2-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_clay_2.dat ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_clay_2.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_clay_3.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_clay_3-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_clay_3.dat ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_clay_3.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_ana_sand_0.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_ana_sand_0-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_ana_sand_0.dat ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_ana_sand_0.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_sand_1.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_sand_1-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_sand_1.dat ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_sand_1.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_sand_2.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_sand_2-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_sand_2.dat ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_sand_2.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_sand_3.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_theta_deltaeta_num_sand_3-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_sand_3.dat ${CMAKE_CURRENT_BINARY_DIR}/theta_deltaeta_num_sand_3.dat
        --command "${CMAKE_CURRENT_BINARY_DIR}/run_and_plot_m21.py") --command "${CMAKE_CURRENT_BINARY_DIR}/run_and_plot_m21.py")
        ...@@ -54,20 +54,20 @@ dumux_add_test(NAME test_richards_benchmark_evaporation_tpfa ...@@ -54,20 +54,20 @@ dumux_add_test(NAME test_richards_benchmark_evaporation_tpfa
        TIMEOUT 3600 TIMEOUT 3600
        COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        CMD_ARGS --script fuzzyData CMD_ARGS --script fuzzyData
        --files ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_analytical_clay.dat --files ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_analytical_clay-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/rate_analytical_clay.dat ${CMAKE_CURRENT_BINARY_DIR}/rate_analytical_clay.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_analytical_loam1.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_analytical_loam1-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/rate_analytical_loam1.dat ${CMAKE_CURRENT_BINARY_DIR}/rate_analytical_loam1.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_analytical_loam2.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_analytical_loam2-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/rate_analytical_loam2.dat ${CMAKE_CURRENT_BINARY_DIR}/rate_analytical_loam2.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_analytical_sand.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_analytical_sand-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/rate_analytical_sand.dat ${CMAKE_CURRENT_BINARY_DIR}/rate_analytical_sand.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_actual_clay.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_actual_clay-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/rate_actual_clay.dat ${CMAKE_CURRENT_BINARY_DIR}/rate_actual_clay.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_actual_loam1.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_actual_loam1-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/rate_actual_loam1.dat ${CMAKE_CURRENT_BINARY_DIR}/rate_actual_loam1.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_actual_loam2.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_actual_loam2-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/rate_actual_loam2.dat ${CMAKE_CURRENT_BINARY_DIR}/rate_actual_loam2.dat
        ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_actual_sand.dat ${CMAKE_SOURCE_DIR}/test/references/test_richards_benchmark_tpfa_rate_actual_sand-reference.dat
        ${CMAKE_CURRENT_BINARY_DIR}/rate_actual_sand.dat ${CMAKE_CURRENT_BINARY_DIR}/rate_actual_sand.dat
        --command "${CMAKE_CURRENT_BINARY_DIR}/run_and_plot_m22.py") --command "${CMAKE_CURRENT_BINARY_DIR}/run_and_plot_m22.py")
        ...@@ -18,7 +18,7 @@ dune_python_add_test(NAME test_python_explicit_transport_cctpfa ...@@ -18,7 +18,7 @@ dune_python_add_test(NAME test_python_explicit_transport_cctpfa
        WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
        SCRIPT ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py SCRIPT ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
        --script fuzzy --script fuzzy
        --files ${CMAKE_SOURCE_DIR}/test/references/test_python_explicit-transport-cctpfa-100.vtu --files ${CMAKE_SOURCE_DIR}/test/references/test_python_explicit-transport-cctpfa-100-reference.vtu
        ${CMAKE_CURRENT_BINARY_DIR}/finitevolume-solution-100.vtu ${CMAKE_CURRENT_BINARY_DIR}/finitevolume-solution-100.vtu
        --command "${CMAKE_CURRENT_SOURCE_DIR}/test_explicit_transport_cctpfa.py") --command "${CMAKE_CURRENT_SOURCE_DIR}/test_explicit_transport_cctpfa.py")
        set_tests_properties(test_python_explicit_transport_cctpfa PROPERTIES TIMEOUT 1200) set_tests_properties(test_python_explicit_transport_cctpfa PROPERTIES TIMEOUT 1200)
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment