Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs-feliks
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
Feliks Kiszkurno
ogs-feliks
Commits
fd193f3b
Commit
fd193f3b
authored
8 years ago
by
wenqing
Browse files
Options
Downloads
Patches
Plain Diff
[Test] Added two large size tests for liquid flow process
parent
869a80c5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Applications/CLI/Tests.cmake
+49
-0
49 additions, 0 deletions
Applications/CLI/Tests.cmake
Tests/Data
+1
-1
1 addition, 1 deletion
Tests/Data
with
50 additions
and
1 deletion
Applications/CLI/Tests.cmake
+
49
−
0
View file @
fd193f3b
...
@@ -620,6 +620,30 @@ if(NOT OGS_USE_MPI)
...
@@ -620,6 +620,30 @@ if(NOT OGS_USE_MPI)
axisym_theis.vtu liquid_pcs_pcs_0_ts_30_t_1728.000000.vtu OGS5_pressure pressure
axisym_theis.vtu liquid_pcs_pcs_0_ts_30_t_1728.000000.vtu OGS5_pressure pressure
)
)
AddTest
(
NAME LARGE_LiquidFlow_Anisotropic_GravityDriven3D
PATH Parabolic/LiquidFlow/GravityDriven3D
EXECUTABLE ogs
EXECUTABLE_ARGS anisotropic_gravity_driven3D.prj
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-6 RELTOL 1e-6
DIFF_DATA
hex.vtu anisotropic_gravity_driven3D_pcs_0_ts_1_t_1.000000.vtu analytic_pressure pressure
)
AddTest
(
NAME LARGE_LiquidFlow_Isotropic_GravityDriven3D
PATH Parabolic/LiquidFlow/GravityDriven3D
EXECUTABLE ogs
EXECUTABLE_ARGS isotropic_gravity_driven3D.prj
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-6 RELTOL 1e-6
DIFF_DATA
hex.vtu isotropic_gravity_driven3D_pcs_0_ts_1_t_1.000000.vtu analytic_pressure pressure
)
else
()
else
()
# MPI groundwater flow tests
# MPI groundwater flow tests
AddTest
(
AddTest
(
...
@@ -874,5 +898,30 @@ else()
...
@@ -874,5 +898,30 @@ else()
DIFF_DATA
DIFF_DATA
axisym_theis.vtu liquid_pcs_pcs_0_ts_30_t_1728.000000.vtu OGS5_pressure pressure
axisym_theis.vtu liquid_pcs_pcs_0_ts_30_t_1728.000000.vtu OGS5_pressure pressure
)
)
AddTest
(
NAME LARGE_LiquidFlow_Anisotropic_GravityDriven3D
PATH Parabolic/LiquidFlow/GravityDriven3D
EXECUTABLE_ARGS anisotropic_gravity_driven3D.prj
WRAPPER mpirun
WRAPPER_ARGS -np 1
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-6 RELTOL 1e-6
DIFF_DATA
hex.vtu anisotropic_gravity_driven3D_pcs_0_ts_1_t_1.000000.vtu analytic_pressure pressure
)
AddTest
(
NAME LARGE_LiquidFlow_Isotropic_GravityDriven3D
PATH Parabolic/LiquidFlow/GravityDriven3D
EXECUTABLE_ARGS isotropic_gravity_driven3D.prj
WRAPPER mpirun
WRAPPER_ARGS -np 1
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-6 RELTOL 1e-6
DIFF_DATA
hex.vtu isotropic_gravity_driven3D_pcs_0_ts_1_t_1.000000.vtu analytic_pressure pressure
)
endif
()
endif
()
This diff is collapsed.
Click to expand it.
Data
@
344c9b43
Compare
8b78d536
...
344c9b43
Subproject commit
8b78d536de96403ba4bb56887bf6f3a0a6816239
Subproject commit
344c9b43e18d2c34f5c1ab7e4c782e0dad105826
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