From dc4b76efc5d54bb52bc0371ff7a90e1049af5ee1 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Tue, 17 Sep 2024 14:10:29 -0500 Subject: [PATCH] Fix EB documentation (#4155) Remove incorrect information. Note that we have an item for face centroids later. --- Docs/sphinx_documentation/source/EB.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Docs/sphinx_documentation/source/EB.rst b/Docs/sphinx_documentation/source/EB.rst index 2c78856f93..15065a841d 100644 --- a/Docs/sphinx_documentation/source/EB.rst +++ b/Docs/sphinx_documentation/source/EB.rst @@ -308,10 +308,6 @@ following data: z)^2 + (n_y \Delta x \Delta z)^2 + (n_z \Delta x \Delta y)^2}`, where :math:`n` is the boundary normal vector. -- **Face centroid** is in a :cpp:`MultiCutFab` with ``AMREX_SPACEDIM`` components. - Each component of the data is in the range of :math:`[-0.5,0.5]`, based on - each cell's local coordinates with respect to the embedded boundary. - - **Area fractions** are returned in an :cpp:`Array` of :cpp:`MultiCutFab` pointers. For each direction, area fraction is for the face of that direction. Data are in the range of :math:`[0,1]` with zero representing a covered face