diff --git a/Docs/sphinx_documentation/source/EB_Chapter.rst b/Docs/sphinx_documentation/source/EB_Chapter.rst index d5d58c0b3a..4229cad8ea 100644 --- a/Docs/sphinx_documentation/source/EB_Chapter.rst +++ b/Docs/sphinx_documentation/source/EB_Chapter.rst @@ -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 diff --git a/Docs/sphinx_documentation/source/conf.py b/Docs/sphinx_documentation/source/conf.py index dc29ab6e04..f5cc96c6b0 100644 --- a/Docs/sphinx_documentation/source/conf.py +++ b/Docs/sphinx_documentation/source/conf.py @@ -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.