Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
MostafaMollaali
dynamic
Commits
bc90702c
Commit
bc90702c
authored
8 years ago
by
Yonghui56
Browse files
Options
Downloads
Patches
Plain Diff
Update ctest
parent
4456b292
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ProcessLib/CMakeLists.txt
+1
-0
1 addition, 0 deletions
ProcessLib/CMakeLists.txt
ProcessLib/TwoPhaseFlowWithPrho/CMakeLists.txt
+26
-0
26 additions, 0 deletions
ProcessLib/TwoPhaseFlowWithPrho/CMakeLists.txt
with
27 additions
and
0 deletions
ProcessLib/CMakeLists.txt
+
1
−
0
View file @
bc90702c
...
@@ -21,6 +21,7 @@ APPEND_SOURCE_FILES(SOURCES HydroMechanics)
...
@@ -21,6 +21,7 @@ APPEND_SOURCE_FILES(SOURCES HydroMechanics)
add_subdirectory
(
TwoPhaseFlowWithPP
)
add_subdirectory
(
TwoPhaseFlowWithPP
)
APPEND_SOURCE_FILES
(
SOURCES TwoPhaseFlowWithPP
)
APPEND_SOURCE_FILES
(
SOURCES TwoPhaseFlowWithPP
)
add_subdirectory
(
TwoPhaseFlowWithPrho
)
APPEND_SOURCE_FILES
(
SOURCES TwoPhaseFlowWithPrho
)
APPEND_SOURCE_FILES
(
SOURCES TwoPhaseFlowWithPrho
)
add_subdirectory
(
SmallDeformation
)
add_subdirectory
(
SmallDeformation
)
...
...
This diff is collapsed.
Click to expand it.
ProcessLib/TwoPhaseFlowWithPrho/CMakeLists.txt
0 → 100644
+
26
−
0
View file @
bc90702c
AddTest
(
NAME LARGE_2D_TwoPhase_Prho_MoMaS
PATH Parabolic/TwoPhaseFlowPrho/MoMaS
EXECUTABLE ogs
EXECUTABLE_ARGS Twophase_MoMaS_quad.prj
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
ABSTOL 1e-8 RELTOL 1e-12
DIFF_DATA
ref_ts_10_t_10000.000000.vtu twophaseflow_pcs_0_ts_10_t_10000.000000.vtu liquid_pressure liquid_pressure
ref_ts_10_t_10000.000000.vtu twophaseflow_pcs_0_ts_10_t_10000.000000.vtu overall_mass_density overall_mass_density
ref_ts_10_t_10000.000000.vtu twophaseflow_pcs_0_ts_10_t_10000.000000.vtu saturation saturation
)
AddTest
(
NAME 2D_TwoPhase_Prho_MoMaS
PATH Parabolic/TwoPhaseFlowPrho/MoMaS
EXECUTABLE ogs
EXECUTABLE_ARGS Twophase_MoMaS_small.prj
TESTER vtkdiff
REQUIREMENTS NOT OGS_USE_MPI
ABSTOL 1e-6 RELTOL 1e-10
DIFF_DATA
ref_t_10000.000000.vtu twophaseflow_small_pcs_0_ts_10_t_10000.000000.vtu liquid_pressure liquid_pressure
ref_t_10000.000000.vtu twophaseflow_small_pcs_0_ts_10_t_10000.000000.vtu overall_mass_density overall_mass_density
ref_t_10000.000000.vtu twophaseflow_small_pcs_0_ts_10_t_10000.000000.vtu saturation saturation
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment