Skip to content

Commit

Permalink
Added the documentation for the new input parameter eb2.plt_multiple_…
Browse files Browse the repository at this point in the history
…cuts in RuntimeParameters.rst.
  • Loading branch information
ejyoo921 committed Sep 11, 2024
1 parent 1f267fe commit 6642d61
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Docs/sphinx_documentation/source/RuntimeParameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,15 @@ Embedded Boundary
.. tip:: Because AMReX currently does not support multi-cut cells, it
would be a runtime error if multi-cut cells are left unfixed.

.. py:data:: eb2.plt_multiple_cuts
:type: bool
:value: false

If this parameter is set to true and multi-cut cells are present,
we produce plot files to see the location of the multi-cut issue.
In the plot file, a cell value of 2 indicates regular, 0 means covered,
and values greater than 2 indicate multi-cut cells.

.. py:data:: eb2.maxiter
:type: int
:value: 32
Expand Down

0 comments on commit 6642d61

Please sign in to comment.