Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
exa
docs
Commits
d31c4430
Commit
d31c4430
authored
2 years ago
by
Roberto Porcu
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://github.com/AMReX-Codes/MFIX-Exa
parents
00c19f79
c6137193
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/inputs/InputsCheckpoint.rst
+16
-14
16 additions, 14 deletions
docs/source/inputs/InputsCheckpoint.rst
docs/source/inputs/InputsProblemDefinition.rst
+5
-0
5 additions, 0 deletions
docs/source/inputs/InputsProblemDefinition.rst
with
21 additions
and
14 deletions
docs/source/inputs/InputsCheckpoint.rst
+
16
−
14
View file @
d31c4430
...
@@ -5,17 +5,19 @@ Checkpoint/Restart
...
@@ -5,17 +5,19 @@ Checkpoint/Restart
The following inputs must be preceded by "amr" and control checkpoint/restart.
The following inputs must be preceded by "amr" and control checkpoint/restart.
+------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
| | Description | Type | Default |
+==================+=======================================================================+=============+===========+
+=========================+=======================================================================+=============+===========+
| restart | If present, then the name of file to restart from | String | None |
| restart | If present, then the name of file to restart from | String | None |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_int | Frequency of checkpoint output; | Int | -1 |
| check_int | Frequency of checkpoint output; | Int | -1 |
| | if -1 then no checkpoints will be written | | |
| | if -1 then no checkpoints will be written | | |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_file | Prefix to use for checkpoint output | String | chk |
| check_file | Prefix to use for checkpoint output | String | chk |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_walltime | Write a check point file after the specified walltime (HH:MM:SS) | String | None |
| check_walltime | Write a check point file after the specified walltime (HH:MM:SS) | String | None |
| | has lapsed. For example, if amr.check_waltime = 00:10:00, then a | | |
| | has lapsed. For example, if amr.check_waltime = 00:10:00, then a | | |
| | checkpoint file is after a job has run for ten minutes. | | |
| | checkpoint file is after a job has run for ten minutes. | | |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| write_geom_chk | When True, writes the EB geometry data into a checkpoint file. | bool | False |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
This diff is collapsed.
Click to expand it.
docs/source/inputs/InputsProblemDefinition.rst
+
5
−
0
View file @
d31c4430
...
@@ -102,6 +102,11 @@ The following inputs must be preceded by "mfix."
...
@@ -102,6 +102,11 @@ The following inputs must be preceded by "mfix."
| | Description | Type | Default |
| | Description | Type | Default |
+========================+===================================================================+==========+=====================+
+========================+===================================================================+==========+=====================+
| geometry | Which type of EB geometry are we using? | String | |
| geometry | Which type of EB geometry are we using? | String | |
| | | | |
| | To use geometry from EB checkpoint file in current directory | | |
| | set value to "chkptfile" | | |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| geometry_filename | The CSG file that defines the EB geometry | String | |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| levelset__refinement | Refinement factor of levelset resolution relative to level 0 | Int | 1 |
| levelset__refinement | Refinement factor of levelset resolution relative to level 0 | Int | 1 |
| | resolution | | |
| | resolution | | |
...
...
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