Skip to content

Commit

Permalink
Update outdated text on EB redistribution
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Nov 11, 2023
1 parent 1005297 commit 889c8ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 2 additions & 5 deletions Docs/sphinx_documentation/source/EB_Chapter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,11 @@ AMReX's relatively simple grid generation technique allows computational
meshes for rather complex geometries to be generated quickly and robustly.
However, the technique can produce arbitrarily small cut cells in the domain.
In practice such small cells can have significant impact on the robustness and
stability of traditional finite volume methods. The redistribution_ section
in AMReX-Hydro's documentation overviews the
finite volume discretization in an embedded boundary cell and a
stability of traditional finite volume methods. This chapter provides an
overview of the finite volume discretization in an embedded boundary cell and a
class of approaches to deal with this "small cell" problem in a robust and
efficient way.

.. _redistribution: https://amrex-codes.github.io/amrex/hydro_html/Redistribution.html

This chapter discusses the EB tools, data structures and algorithms currently
supported by AMReX to enable the construction of discretizations of
conservation law systems. The discussion will focus on general requirements
Expand Down
3 changes: 1 addition & 2 deletions Docs/sphinx_documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def get_amrex_version():
'sphinx.ext.intersphinx']

intersphinx_mapping = {
'amrex_tutorials': ('https://amrex-codes.github.io/amrex/tutorials_html/', None),
'amrex_hydro':('https://amrex-codes.github.io/amrex/hydro_html/', None)
'amrex_tutorials': ('https://amrex-codes.github.io/amrex/tutorials_html/', None)
}

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 889c8ef

Please sign in to comment.