Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
9dff5411
Commit
9dff5411
authored
Nov 13, 2018
by
Timo Koch
Browse files
[test][md][label] Add multidomain label to multidomain tests
parent
92333e35
Changes
17
Hide whitespace changes
Inline
Side-by-side
test/multidomain/boundary/darcydarcy/1p_1p/CMakeLists.txt
View file @
9dff5411
dune_add_test
(
NAME test_md_boundary_darcy1p_darcy1p_half
LABELS multidomain
SOURCES main.cc
COMPILE_DEFINITIONS DOMAINSPLIT=0
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
@@ -9,6 +10,7 @@ dune_add_test(NAME test_md_boundary_darcy1p_darcy1p_half
-Vtk.OutputName test_md_boundary_darcy1p_darcy1p_half"
)
dune_add_test
(
NAME test_md_boundary_darcy1p_darcy1p_lens
LABELS multidomain
SOURCES main.cc
COMPILE_DEFINITIONS DOMAINSPLIT=1
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
test/multidomain/boundary/darcydarcy/1p_2p/CMakeLists.txt
View file @
9dff5411
dune_add_test
(
NAME test_md_boundary_darcy1p_darcy2p
LABELS multidomain
SOURCES main.cc
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMAKE_GUARD dune-subgrid_FOUND
...
...
test/multidomain/boundary/stokesdarcy/1p2c_1p2c/horizontalflow/CMakeLists.txt
View file @
9dff5411
add_input_file_links
()
dune_add_test
(
NAME test_md_boundary_darcy1p2c_stokes1p2c_horizontal
LABELS multidomain
SOURCES main.cc
CMAKE_GUARD HAVE_UMFPACK
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
test/multidomain/boundary/stokesdarcy/1p2c_1p2c/verticalflow/CMakeLists.txt
View file @
9dff5411
...
...
@@ -3,6 +3,7 @@ add_input_file_links()
add_executable
(
test_md_boundary_darcy1p2c_stokes1p2c_vertical EXCLUDE_FROM_ALL main.cc
)
dune_add_test
(
NAME test_md_boundary_darcy1p2c_stokes1p2c_vertical_diffusion
LABELS multidomain
TARGET test_md_boundary_darcy1p2c_stokes1p2c_vertical
CMAKE_GUARD HAVE_UMFPACK
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
@@ -16,6 +17,7 @@ dune_add_test(NAME test_md_boundary_darcy1p2c_stokes1p2c_vertical_diffusion
-Vtk.OutputName test_md_boundary_darcy1p2c_stokes1p2c_vertical_diffusion"
)
dune_add_test
(
NAME test_md_boundary_darcy1p2c_stokes1p2c_vertical_advection
LABELS multidomain
TARGET test_md_boundary_darcy1p2c_stokes1p2c_vertical
CMAKE_GUARD HAVE_UMFPACK
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
test/multidomain/boundary/stokesdarcy/1p2c_2p2c/CMakeLists.txt
View file @
9dff5411
add_input_file_links
()
dune_add_test
(
NAME test_md_boundary_darcy2p2c_stokes1p2c_horizontal
LABELS multidomain
SOURCES main.cc
CMAKE_GUARD HAVE_UMFPACK
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
@@ -14,6 +15,7 @@ dune_add_test(NAME test_md_boundary_darcy2p2c_stokes1p2c_horizontal
-Vtk.OutputName test_md_boundary_darcy2p2c_stokes1p2c_horizontal"
)
dune_add_test
(
NAME test_md_boundary_darcy2p2cni_stokes1p2cni_horizontal
LABELS multidomain
SOURCES main.cc
COMPILE_DEFINITIONS NONISOTHERMAL=1
CMAKE_GUARD HAVE_UMFPACK
...
...
test/multidomain/boundary/stokesdarcy/1p_1p/horizontalflow/CMakeLists.txt
View file @
9dff5411
add_input_file_links
()
dune_add_test
(
NAME test_md_boundary_darcy1p_stokes1p_horizontal
LABELS multidomain
SOURCES main.cc
CMAKE_GUARD HAVE_UMFPACK
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
test/multidomain/boundary/stokesdarcy/1p_1p/verticalflow/CMakeLists.txt
View file @
9dff5411
add_input_file_links
()
dune_add_test
(
NAME test_md_boundary_darcy1p_stokes1p_vertical
LABELS multidomain
SOURCES main.cc
CMAKE_GUARD HAVE_UMFPACK
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
test/multidomain/boundary/stokesdarcy/1p_2p/CMakeLists.txt
View file @
9dff5411
add_input_file_links
()
dune_add_test
(
NAME test_md_boundary_darcy2p_stokes1p_vertical
LABELS multidomain
SOURCES main.cc
CMAKE_GUARD HAVE_UMFPACK
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
test/multidomain/embedded/1d3d/1p2c_richards2c/CMakeLists.txt
View file @
9dff5411
dune_add_test
(
NAME test_md_embedded1d3d_1p2c_richards2c
LABELS multidomain
SOURCES main.cc
CMAKE_GUARD
"( dune-foamgrid_FOUND AND HAVE_UG )"
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
test/multidomain/embedded/1d3d/1p_1p/CMakeLists.txt
View file @
9dff5411
dune_add_test
(
NAME test_md_embedded1d3d_1p1p_tpfatpfa_average
LABELS multidomain
SOURCES main.cc
COMPILE_DEFINITIONS BULKTYPETAG=TissueCC LOWDIMTYPETAG=BloodFlowCC COUPLINGMODE=EmbeddedCouplingMode::average
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
@@ -12,6 +13,7 @@ dune_add_test(NAME test_md_embedded1d3d_1p1p_tpfatpfa_average
-Vtk.OutputName test_md_embedded1d3d_1p1p_tpfatpfa_average"
)
dune_add_test
(
NAME test_md_embedded1d3d_1p1p_boxtpfa_average
LABELS multidomain
SOURCES main.cc
COMPILE_DEFINITIONS BULKTYPETAG=TissueBox LOWDIMTYPETAG=BloodFlowCC COUPLINGMODE=EmbeddedCouplingMode::average
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
@@ -25,6 +27,7 @@ dune_add_test(NAME test_md_embedded1d3d_1p1p_boxtpfa_average
-Vtk.OutputName test_md_embedded1d3d_1p1p_boxtpfa_average -Tissue.Grid.Cells
\"
19 19 19
\"
"
)
dune_add_test
(
NAME test_md_embedded1d3d_1p1p_tpfabox_average
LABELS multidomain
SOURCES main.cc
COMPILE_DEFINITIONS BULKTYPETAG=TissueCC LOWDIMTYPETAG=BloodFlowBox COUPLINGMODE=EmbeddedCouplingMode::average
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
@@ -38,6 +41,7 @@ dune_add_test(NAME test_md_embedded1d3d_1p1p_tpfabox_average
-Vtk.OutputName test_md_embedded1d3d_1p1p_tpfabox_average"
)
dune_add_test
(
NAME test_md_embedded1d3d_1p1p_boxbox_average
LABELS multidomain
SOURCES main.cc
COMPILE_DEFINITIONS BULKTYPETAG=TissueBox LOWDIMTYPETAG=BloodFlowBox COUPLINGMODE=EmbeddedCouplingMode::average
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
@@ -52,6 +56,7 @@ dune_add_test(NAME test_md_embedded1d3d_1p1p_boxbox_average
# make sure these configurations compile and run too
dune_add_test
(
NAME test_md_embedded1d3d_1p1p_tpfatpfa_cylindersources
LABELS multidomain
SOURCES main.cc
COMPILE_DEFINITIONS BULKTYPETAG=TissueCC LOWDIMTYPETAG=BloodFlowCC COUPLINGMODE=EmbeddedCouplingMode::cylindersources
COMMAND ./test_md_embedded1d3d_1p1p_tpfatpfa_cylindersources
...
...
@@ -59,6 +64,7 @@ dune_add_test(NAME test_md_embedded1d3d_1p1p_tpfatpfa_cylindersources
CMD_ARGS params.input
)
dune_add_test
(
NAME test_md_embedded1d3d_1p1p_tpfatpfa_line
LABELS multidomain
SOURCES main.cc
COMPILE_DEFINITIONS BULKTYPETAG=TissueCC LOWDIMTYPETAG=BloodFlowCC COUPLINGMODE=EmbeddedCouplingMode::line
COMMAND ./test_md_embedded1d3d_1p1p_tpfatpfa_line
...
...
@@ -66,6 +72,7 @@ dune_add_test(NAME test_md_embedded1d3d_1p1p_tpfatpfa_line
CMD_ARGS params.input
)
dune_add_test
(
NAME test_md_embedded1d3d_1p1p_tpfatpfa_kernel
LABELS multidomain
SOURCES main.cc
COMPILE_DEFINITIONS BULKTYPETAG=TissueCC LOWDIMTYPETAG=BloodFlowCC COUPLINGMODE=EmbeddedCouplingMode::kernel
COMMAND ./test_md_embedded1d3d_1p1p_tpfatpfa_kernel
...
...
test/multidomain/embedded/1d3d/1p_richards/CMakeLists.txt
View file @
9dff5411
dune_add_test
(
NAME test_md_embedded1d3d_1p_richards_tpfatpfa
LABELS multidomain
SOURCES main.cc
COMPILE_DEFINITIONS SOILTYPETAG=SoilCC
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
@@ -12,6 +13,7 @@ dune_add_test(NAME test_md_embedded1d3d_1p_richards_tpfatpfa
-Vtk.OutputName test_md_embedded1d3d_1p_richards_tpfatpfa"
)
dune_add_test
(
NAME test_md_embedded1d3d_1p_richards_tpfabox
LABELS multidomain
SOURCES main.cc
COMPILE_DEFINITIONS SOILTYPETAG=SoilBox
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
test/multidomain/embedded/2d3d/1p_1p/CMakeLists.txt
View file @
9dff5411
add_executable
(
test_md_embedded2d3d_fracture1p_tpfa EXCLUDE_FROM_ALL main.cc
)
dune_add_test
(
NAME test_md_embedded2d3d_fracture1p_tpfa_linearsolver
LABELS multidomain
TARGET test_md_embedded2d3d_fracture1p_tpfa
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMAKE_GUARD dune-foamgrid_FOUND
...
...
@@ -13,6 +14,7 @@ dune_add_test(NAME test_md_embedded2d3d_fracture1p_tpfa_linearsolver
-Vtk.OutputName test_md_embedded2d3d_fracture1p_tpfa_linearsolver -Problem.SolverType linear"
)
dune_add_test
(
NAME test_md_embedded2d3d_fracture1p_tpfa_nonlinearsolver
LABELS multidomain
TARGET test_md_embedded2d3d_fracture1p_tpfa
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMAKE_GUARD dune-foamgrid_FOUND
...
...
test/multidomain/facet/1p_1p/analytical/CMakeLists.txt
View file @
9dff5411
dune_symlink_to_source_files
(
FILES
"grids"
"params.input"
"convergencetest.py"
)
dune_add_test
(
NAME test_md_facet_1p1p_tpfa_convergence
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND AND gmsh_FOUND AND HAVE_UMFPACK )"
SOURCES main.cc
COMPILE_DEFINITIONS BULKTYPETAG=OnePBulkTpfa LOWDIMTYPETAG=OnePLowDimTpfa
...
...
@@ -8,6 +9,7 @@ dune_add_test(NAME test_md_facet_1p1p_tpfa_convergence
CMD_ARGS test_md_facet_1p1p_tpfa_convergence 1e-4
)
dune_add_test
(
NAME test_md_facet_1p1p_box_convergence
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND AND gmsh_FOUND AND HAVE_UMFPACK )"
SOURCES main.cc
COMPILE_DEFINITIONS BULKTYPETAG=OnePBulkBox LOWDIMTYPETAG=OnePLowDimBox
...
...
test/multidomain/facet/1p_1p/threedomain/CMakeLists.txt
View file @
9dff5411
dune_symlink_to_source_files
(
FILES
"grids"
"params.input"
)
dune_add_test
(
NAME test_md_facet_1p1p_threedomain_tpfa
LABELS multidomain
SOURCES main.cc
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND )"
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
test/multidomain/facet/CMakeLists.txt
View file @
9dff5411
...
...
@@ -3,6 +3,7 @@ add_subdirectory(1p_1p)
dune_symlink_to_source_files
(
FILES
"grid.msh"
"grid2.msh"
"test_gridmanager.input"
"test_vertexmapper.input"
"test_couplingmapper_boundary.input"
"2d_grid.msh"
"3d_grid.msh"
)
dune_add_test
(
NAME test_facetgridmanager_alu
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND )"
COMPILE_DEFINITIONS BULKGRIDTYPE=Dune::ALUGrid<3,3,Dune::simplex,Dune::conforming>
SOURCES test_gridmanager.cc
...
...
@@ -10,6 +11,7 @@ dune_add_test(NAME test_facetgridmanager_alu
CMD_ARGS test_gridmanager.input
)
dune_add_test
(
NAME test_facetgridmanager_ug
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-uggrid_FOUND )"
COMPILE_DEFINITIONS BULKGRIDTYPE=Dune::UGGrid<3>
SOURCES test_gridmanager.cc
...
...
@@ -17,6 +19,7 @@ dune_add_test(NAME test_facetgridmanager_ug
CMD_ARGS test_gridmanager.input
)
dune_add_test
(
NAME test_facetcouplingmapper_tpfa_alu
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND )"
COMPILE_DEFINITIONS BULKGRIDTYPE=Dune::ALUGrid<3,3,Dune::simplex,Dune::conforming>
SOURCES test_facetcouplingmapper.cc
...
...
@@ -24,6 +27,7 @@ dune_add_test(NAME test_facetcouplingmapper_tpfa_alu
CMD_ARGS test_gridmanager.input
)
dune_add_test
(
NAME test_facetcouplingmapper_tpfa_ug
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-uggrid_FOUND )"
COMPILE_DEFINITIONS BULKGRIDTYPE=Dune::UGGrid<3>
SOURCES test_facetcouplingmapper.cc
...
...
@@ -31,6 +35,7 @@ dune_add_test(NAME test_facetcouplingmapper_tpfa_ug
CMD_ARGS test_gridmanager.input
)
dune_add_test
(
NAME test_facetcouplingmapper_box_alu
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND )"
COMPILE_DEFINITIONS BULKGRIDTYPE=Dune::ALUGrid<3,3,Dune::simplex,Dune::conforming>
COMPILE_DEFINITIONS USEBOXINBULK=true
...
...
@@ -39,6 +44,7 @@ dune_add_test(NAME test_facetcouplingmapper_box_alu
CMD_ARGS test_gridmanager.input
)
dune_add_test
(
NAME test_facetcouplingmapper_box_ug
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-uggrid_FOUND )"
COMPILE_DEFINITIONS BULKGRIDTYPE=Dune::UGGrid<3>
COMPILE_DEFINITIONS USEBOXINBULK=true
...
...
@@ -47,6 +53,7 @@ dune_add_test(NAME test_facetcouplingmapper_box_ug
CMD_ARGS test_gridmanager.input
)
dune_add_test
(
NAME test_facetcouplingmapper_tpfa_boundary_alu
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND )"
COMPILE_DEFINITIONS BULKGRIDTYPE=Dune::ALUGrid<2,2,Dune::simplex,Dune::conforming>
SOURCES test_facetcouplingmapper_boundary.cc
...
...
@@ -54,6 +61,7 @@ dune_add_test(NAME test_facetcouplingmapper_tpfa_boundary_alu
CMD_ARGS test_couplingmapper_boundary.input
)
dune_add_test
(
NAME test_facetcouplingmapper_tpfa_boundary_ug
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-uggrid_FOUND )"
COMPILE_DEFINITIONS BULKGRIDTYPE=Dune::UGGrid<2>
SOURCES test_facetcouplingmapper_boundary.cc
...
...
@@ -61,6 +69,7 @@ dune_add_test(NAME test_facetcouplingmapper_tpfa_boundary_ug
CMD_ARGS test_couplingmapper_boundary.input
)
dune_add_test
(
NAME test_vertexmapper_alu_3d
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND )"
COMPILE_DEFINITIONS BULKGRIDTYPE=Dune::ALUGrid<3,3,Dune::simplex,Dune::conforming>
COMPILE_DEFINITIONS FACETGRIDTYPE=Dune::FoamGrid<2,3>
...
...
@@ -69,6 +78,7 @@ dune_add_test(NAME test_vertexmapper_alu_3d
CMD_ARGS test_vertexmapper.input -Grid.File 3d_grid.msh
)
dune_add_test
(
NAME test_vertexmapper_alu_2d
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND )"
COMPILE_DEFINITIONS BULKGRIDTYPE=Dune::ALUGrid<2,2,Dune::simplex,Dune::conforming>
COMPILE_DEFINITIONS FACETGRIDTYPE=Dune::FoamGrid<1,2>
...
...
test/multidomain/poromechanics/el1p/CMakeLists.txt
View file @
9dff5411
dune_symlink_to_source_files
(
FILES
"params.input"
)
dune_add_test
(
NAME test_md_poromechanics_el1p
LABELS multidomain
SOURCES main.cc
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
...
...
test/multidomain/poromechanics/el2p/CMakeLists.txt
View file @
9dff5411
dune_symlink_to_source_files
(
FILES
"params.input"
)
dune_add_test
(
NAME test_md_poromechanics_el2p
LABELS multidomain
SOURCES main.cc
CMAKE_GUARD HAVE_UMFPACK
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment