From d7d90f4e71c3904703d1dcd1f9987b86f458f5b2 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Tue, 17 Sep 2024 11:10:05 -0700 Subject: [PATCH] Fix EB documentation Remove incorrect information. --- 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