Skip to content

Commit

Permalink
Update docs (#3797)
Browse files Browse the repository at this point in the history
Add ref label for AMReX-hydro
Add MLNodeLinOp overset mask
  • Loading branch information
cgilet authored Mar 11, 2024
1 parent d4dcb01 commit 155f1f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Docs/sphinx_documentation/source/EB.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@ testing cell types and getting neighbor information. For example
end do
end do


.. _sec:EB:redistribution:

Small Cell Problem and Redistribution
=====================================

Expand Down
12 changes: 12 additions & 0 deletions Docs/sphinx_documentation/source/LinearSolvers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,18 @@ For Robin boundary conditions, the ghost cells in
store the numerical values in the condition,
:math:`a\phi + b\frac{\partial\phi}{\partial n} = f`.

4) Nodal solver provides the option to use an overset mask:

.. highlight:: c++

::

// omask is either 0 or 1. 1 means the node is an unknown. 0 means it's known.
void setOversetMask (int amrlev, const iMultiFab& a_dmask);

Note this is an integer (not bool) MultiFab, so the values must be only either 0 or 1.


.. _sec:linearsolver:pars:

Parameters
Expand Down

0 comments on commit 155f1f4

Please sign in to comment.