chombo-discharge
|
Declaration of cell positions. More...
#include <EBISBox.H>
#include <CD_NamespaceHeader.H>
#include <CD_NamespaceFooter.H>
#include <CD_LocationImplem.H>
Go to the source code of this file.
Namespaces | |
Location | |
Namespace for encapsulating various data centerings. | |
Enumerations | |
enum class | Location::Cell { Center , Centroid , Boundary } |
Enum for distinguishing between cell locations. | |
enum class | Location::Face { Center , Centroid , Boundary } |
Enum for distinguishing between face locations. | |
Functions | |
RealVect | Location::position (const Location::Cell a_location, const VolIndex &a_vof, const EBISBox &a_ebisbox, const Real &a_dx) |
Compute the position (ignoring the "origin) of a Vof. More... | |
RealVect | Location::position (const Location::Face a_location, const FaceIndex &a_face, const EBISBox &a_ebisbox, const Real &a_dx) |
Compute the position (ignoring the "origin) of a FaceIndex. More... | |
Declaration of cell positions.