Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
77
Issue boards
Milestones
Wiki
Code
Merge requests
77
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Merge requests
!1264
Cleanup/rename 3p x tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Cleanup/rename 3p x tests
cleanup/rename_3pX_tests
into
cleanup/rename_all_tests
Overview
1
Commits
3
Pipelines
0
Changes
49
All threads resolved!
Hide all comments
Merged
Simon Emmert
requested to merge
cleanup/rename_3pX_tests
into
cleanup/rename_all_tests
6 years ago
Overview
1
Commits
3
Pipelines
0
Changes
49
All threads resolved!
Hide all comments
Expand
👍
0
👎
0
Merge request reports
Compare
cleanup/rename_all_tests
cleanup/rename_all_tests (base)
and
latest version
latest version
492a4d10
3 commits,
6 years ago
49 files
+
649
−
171
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
49
Search (e.g. *.vue) (Ctrl+P)
test/porousmediumflow/3p/implicit/conduction/CMakeLists.txt
0 → 100644
+
28
−
0
Options
add_input_file_links
(
FILES params.input
)
dune_add_test
(
NAME test_3pni_conduction_box
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=ThreePNIConductionBoxTypeTag
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_3pni_conduction_box-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_3pni_conduction_box-00005.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_3pni_conduction_box params.input -Problem.Name test_3pni_conduction_box"
--zeroThreshold {
"velocity_aq
\(
m/s
\)
_1"
:1e-8}
)
dune_add_test
(
NAME test_3pni_conduction_tpfa
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=ThreePNIConductionCCTpfaTypeTag
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_3pni_conduction_tpfa-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_3pni_conduction_tpfa-00005.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_3pni_conduction_tpfa params.input -Problem.Name test_3pni_conduction_tpfa"
--zeroThreshold {
"velocity_aq
\(
m/s
\)
_1"
:1e-8}
)
#install sources
install
(
FILES
main.cc
spatialparams.hh
problem.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/test/implicit/3p/conduction
)
Loading