Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
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
Yuhao Liu
ogs
Commits
88c86f66
Commit
88c86f66
authored
8 years ago
by
Tom Fischer
Browse files
Options
Downloads
Patches
Plain Diff
Add ctests.
parent
af3c5638
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Applications/CLI/Tests.cmake
+44
-0
44 additions, 0 deletions
Applications/CLI/Tests.cmake
with
44 additions
and
0 deletions
Applications/CLI/Tests.cmake
+
44
−
0
View file @
88c86f66
...
@@ -249,6 +249,50 @@ if(NOT OGS_USE_MPI)
...
@@ -249,6 +249,50 @@ if(NOT OGS_USE_MPI)
DIFF_DATA
DIFF_DATA
cube_1x1x1_hex_1e3_complete_surface.vtu cube_1x1x1_hex_1e3_complete_surface_neumann_surfaceflux.vtu surfaceflux_neumann_reference surfaceflux
cube_1x1x1_hex_1e3_complete_surface.vtu cube_1x1x1_hex_1e3_complete_surface_neumann_surfaceflux.vtu surfaceflux_neumann_reference surfaceflux
)
)
AddTest
(
NAME GroundWaterFlowProcess_cube_1x1x1_2e3_prism_surfaceflux_left_right
PATH Elliptic/cube_1x1x1_GroundWaterFlow
EXECUTABLE ogs
EXECUTABLE_ARGS cube_2e3_prism_surfaceflux_left_right.prj
TESTER vtkdiff
ABSTOL 1e-15 RELTOL 1e-15
DIFF_DATA
cube_1x1x1_prism_2e3_complete_surface.vtu cube_1x1x1_prism_2e3_complete_surface_left_right_dirichlet_surfaceflux.vtu surfaceflux_left_right_reference surfaceflux_left_right
)
AddTest
(
NAME GroundWaterFlowProcess_cube_1x1x1_2e3_prism_surfaceflux_front_back
PATH Elliptic/cube_1x1x1_GroundWaterFlow
EXECUTABLE ogs
EXECUTABLE_ARGS cube_2e3_prism_surfaceflux_front_back.prj
TESTER vtkdiff
ABSTOL 1e-15 RELTOL 1e-15
DIFF_DATA
cube_1x1x1_prism_2e3_complete_surface.vtu cube_1x1x1_prism_2e3_complete_surface_front_back_dirichlet_surfaceflux.vtu surfaceflux_front_back_reference surfaceflux_front_back
)
AddTest
(
NAME GroundWaterFlowProcess_cube_1x1x1_2e3_prism_surfaceflux_top_bottom
PATH Elliptic/cube_1x1x1_GroundWaterFlow
EXECUTABLE ogs
EXECUTABLE_ARGS cube_2e3_prism_surfaceflux_top_bottom.prj
TESTER vtkdiff
ABSTOL 1e-15 RELTOL 1e-15
DIFF_DATA
cube_1x1x1_prism_2e3_complete_surface.vtu cube_1x1x1_prism_2e3_complete_surface_top_bottom_dirichlet_surfaceflux.vtu surfaceflux_top_bottom_reference surfaceflux_top_bottom
)
AddTest
(
NAME GroundWaterFlowProcess_wedge_1x1x1_1e3_prism_surfaceflux
PATH Elliptic/wedge_1x1x1_GroundWaterFlow
EXECUTABLE ogs
EXECUTABLE_ARGS wedge_1e3_prism_surfaceflux_diagonal.prj
TESTER vtkdiff
ABSTOL 1e-15 RELTOL 1e-15
DIFF_DATA
wedge_1x1x1_1e3_prism_complete_surface.vtu wedge_1x1x1_1e3_prism_complete_surface_surfaceflux.vtu surfaceflux_reference surfaceflux
)
# TES tests
# TES tests
AddTest
(
AddTest
(
NAME TES_zeolite_discharge_small
NAME TES_zeolite_discharge_small
...
...
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