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
Snippets
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
Dmitri Naumov
ogs
Commits
e740899e
Commit
e740899e
authored
8 years ago
by
Christoph Lehmann
Browse files
Options
Downloads
Patches
Plain Diff
[App] vtkdiff for PETSc
parent
98c1c885
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
+25
-22
25 additions, 22 deletions
Applications/CLI/Tests.cmake
with
25 additions
and
22 deletions
Applications/CLI/Tests.cmake
+
25
−
22
View file @
e740899e
...
...
@@ -124,16 +124,16 @@ if(NOT OGS_USE_MPI)
)
AddTest
(
NAME GroundWaterFlowProcess_line_1_Neumann_
${
mesh_size
}
PATH Elliptic/line_1_GroundWaterFlow
EXECUTABLE ogs
EXECUTABLE_ARGS line_
${
mesh_size
}
_neumann.prj
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-16 RELTOL 1e-16
DIFF_DATA line_
${
mesh_size
}
_neumann_pcs_0_ts_1_t_1.000000.vtu D1_left_N1_right pressure
DATA line_
${
mesh_size
}
_neumann.prj line_1_line_
${
mesh_size
}
.vtu line_1.gml
)
NAME GroundWaterFlowProcess_line_1_Neumann_
${
mesh_size
}
PATH Elliptic/line_1_GroundWaterFlow
EXECUTABLE ogs
EXECUTABLE_ARGS line_
${
mesh_size
}
_neumann.prj
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-16 RELTOL 1e-16
DIFF_DATA line_
${
mesh_size
}
_neumann_pcs_0_ts_1_t_1.000000.vtu D1_left_N1_right pressure
DATA line_
${
mesh_size
}
_neumann.prj line_1_line_
${
mesh_size
}
.vtu line_1.gml
)
endforeach
()
...
...
@@ -177,11 +177,12 @@ else()
EXECUTABLE_ARGS quad_20x10_GroundWaterFlow.prj
WRAPPER mpirun
WRAPPER_ARGS -np 3
TESTER diff
TESTER vtkdiff
ABSTOL 1e-16 RELTOL 1e-16
DIFF_DATA
quad_20x10_GroundWaterFlow_result_pcs_0_ts_1_t_1.000000_0.vtu
quad_20x10_GroundWaterFlow_result_pcs_0_ts_1_t_1.000000_1.vtu
quad_20x10_GroundWaterFlow_result_pcs_0_ts_1_t_1.000000_2.vtu
quad_20x10_GroundWaterFlow_result_pcs_0_ts_1_t_1.000000_0.vtu
pressure pressure
quad_20x10_GroundWaterFlow_result_pcs_0_ts_1_t_1.000000_1.vtu
pressure pressure
quad_20x10_GroundWaterFlow_result_pcs_0_ts_1_t_1.000000_2.vtu
pressure pressure
)
AddTest
(
...
...
@@ -190,11 +191,12 @@ else()
EXECUTABLE_ARGS cube_1e3.prj
WRAPPER mpirun
WRAPPER_ARGS -np 3
TESTER diff
TESTER vtkdiff
ABSTOL 1e-16 RELTOL 1e-16
DIFF_DATA
cube_1e3_pcs_0_ts_1_t_1.000000_0.vtu
cube_1e3_pcs_0_ts_1_t_1.000000_1.vtu
cube_1e3_pcs_0_ts_1_t_1.000000_2.vtu
cube_1e3_pcs_0_ts_1_t_1.000000_0.vtu
pressure pressure
cube_1e3_pcs_0_ts_1_t_1.000000_1.vtu
pressure pressure
cube_1e3_pcs_0_ts_1_t_1.000000_2.vtu
pressure pressure
)
AddTest
(
...
...
@@ -203,10 +205,11 @@ else()
EXECUTABLE_ARGS cube_1e3_neumann.prj
WRAPPER mpirun
WRAPPER_ARGS -np 3
TESTER diff
TESTER vtkdiff
ABSTOL 1e-16 RELTOL 1e-16
DIFF_DATA
cube_1e3_neumann_pcs_0_ts_1_t_1.000000_0.vtu
cube_1e3_neumann_pcs_0_ts_1_t_1.000000_1.vtu
cube_1e3_neumann_pcs_0_ts_1_t_1.000000_2.vtu
cube_1e3_neumann_pcs_0_ts_1_t_1.000000_0.vtu
pressure pressure
cube_1e3_neumann_pcs_0_ts_1_t_1.000000_1.vtu
pressure pressure
cube_1e3_neumann_pcs_0_ts_1_t_1.000000_2.vtu
pressure pressure
)
endif
()
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