Struct MeshMapping::CoarseMapping
Defined in File mesh_mapping.h
Nested Relationships
This struct is a nested type of Class MeshMapping.
Struct Documentation
-
struct CoarseMapping
Helper struct for storing the mapping to a coarse cell from a fine cell.
Public Functions
-
explicit CoarseMapping(const Cell &coarse_cell)
Constructor. Sizes fine_faces based on the number of faces within the coarse cell.
Public Members
-
std::vector<const Cell*> fine_cells
The fine cells contained within a coarse cell.
-
explicit CoarseMapping(const Cell &coarse_cell)