Struct MeshMapping::FineMapping

Nested Relationships

This struct is a nested type of Class MeshMapping.

Struct Documentation

struct FineMapping

Helper struct for storing the mapping from a coarse cell to fine cells.

Public Functions

explicit FineMapping(const Cell &fine_cell)

Constructor. Sizes coarse_faces based on the number of faces within the fine cell.

Public Members

const Cell *coarse_cell

The coarse cell that the fine cell is contained within.

std::vector<size_t> coarse_faces

The coarse CellFace index each fine CellFace is contained within (if any)