SubMesh Template Specializations module

Template specializations of the SubMesh class.

SpecializationDescription
SubMesh<Context::Local>Sequential submesh with local parent/child index maps.
SubMesh<Context::MPI>Distributed submesh with MPI-aware parent/child index maps.

Classes

template<>
class Rodin::Geometry::SubMesh<Context::Local>
SubMesh representing a subregion of a parent mesh.
template<>
class Rodin::Geometry::SubMesh<Context::MPI>
SubMesh representing a distributed subregion of a parent MPI mesh.