#include <Rodin/Geometry/ForwardDecls.h>
template<class ContextType>
Connectivity class
Template for connectivity information.
| Template parameters | |
|---|---|
| ContextType | Context type (Local, MPI, etc.) |
| Specialization | Description |
|---|---|
| Connectivity<Context:: | Sequential connectivity table storing all requested incidence relations for a local mesh. |
| Connectivity<Context:: | Distributed connectivity facade for rank-local shard topology and MPI mesh operations. |