Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
dumux-repositories
dumux
Commits
66b95116
Commit
66b95116
authored
8 years ago
by
Kilian Weishaupt
Browse files
Options
Downloads
Patches
Plain Diff
[2pmin][test] Clean-up test
*Get rid of lowerLeftX, etc
parent
6f95d77e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!202
Cleanup/parameters
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/porousmediumflow/2pminc/implicit/test_box2pminc.cc
+2
-4
2 additions, 4 deletions
test/porousmediumflow/2pminc/implicit/test_box2pminc.cc
with
2 additions
and
4 deletions
test/porousmediumflow/2pminc/implicit/test_box2pminc.cc
+
2
−
4
View file @
66b95116
...
...
@@ -43,10 +43,8 @@ void usage(const char *progName, const std::string &errorMsg)
errorMessageOut
+=
"
\n\n
The list of mandatory options for this program is:
\n
"
"
\t
-TimeManager.TEnd End of the simulation [s]
\n
"
"
\t
-TimeManager.DtInitial Initial timestep size [s]
\n
"
"
\t
-Grid.NumberOfCellsX Number of Cells in x
\n
"
"
\t
-Grid.NumberOfCellsY Number of Cells in y
\n
"
"
\t
-Grid.UpperRightX Upper right domain boundary x
\n
"
"
\t
-Grid.UpperRightY Upper right domain boundary y
\n
"
"
\t
-Grid.Cells Number of cells in respective coordinate directions
\n
"
"
\t
-Grid.UpperRight Upper right corner coordinates
\n
"
"
\t
-Problem.Name String for naming of the output files
\n
"
"
\n
"
;
...
...
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