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
54c12bd7
Commit
54c12bd7
authored
8 years ago
by
Christoph Lehmann
Browse files
Options
Downloads
Patches
Plain Diff
[App] added Test for Robin BC
parent
a9ebd7f0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Applications/CLI/Tests.cmake
+24
-0
24 additions, 0 deletions
Applications/CLI/Tests.cmake
with
24 additions
and
0 deletions
Applications/CLI/Tests.cmake
+
24
−
0
View file @
54c12bd7
...
@@ -134,6 +134,30 @@ if(NOT OGS_USE_MPI)
...
@@ -134,6 +134,30 @@ if(NOT OGS_USE_MPI)
DIFF_DATA
DIFF_DATA
line_1_line_
${
mesh_size
}
.vtu line_
${
mesh_size
}
_neumann_pcs_0_ts_1_t_1.000000.vtu D1_left_N1_right pressure
line_1_line_
${
mesh_size
}
.vtu line_
${
mesh_size
}
_neumann_pcs_0_ts_1_t_1.000000.vtu D1_left_N1_right pressure
)
)
AddTest
(
NAME GroundWaterFlowProcess_line_1_Robin_Right_Picard_
${
mesh_size
}
PATH Elliptic/line_1_GroundWaterFlow
EXECUTABLE ogs
EXECUTABLE_ARGS line_
${
mesh_size
}
_robin_right_picard.prj
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-14 RELTOL 1e-14
DIFF_DATA
line_1_line_
${
mesh_size
}
.vtu line_
${
mesh_size
}
_robin_right_picard_pcs_0_ts_1_t_1.000000.vtu D1_left_N1_right pressure
)
AddTest
(
NAME GroundWaterFlowProcess_line_1_Robin_Left_Picard_
${
mesh_size
}
PATH Elliptic/line_1_GroundWaterFlow
EXECUTABLE ogs
EXECUTABLE_ARGS line_
${
mesh_size
}
_robin_left_picard.prj
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-14 RELTOL 1e-14
DIFF_DATA
line_1_line_
${
mesh_size
}
.vtu line_
${
mesh_size
}
_robin_left_picard_pcs_0_ts_1_t_1.000000.vtu D1_left_N1_right pressure
)
endforeach
()
endforeach
()
# Some Neumann BC tests
# Some Neumann BC tests
...
...
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