DOLFIN
DOLFIN C++ interface
|
#include <TopologyComputation.h>
Static Public Member Functions | |
static std::size_t | compute_entities (Mesh &mesh, std::size_t dim) |
static std::size_t | compute_entities_old (Mesh &mesh, std::size_t dim) |
static void | compute_connectivity (Mesh &mesh, std::size_t d0, std::size_t d1) |
Compute connectivity for given pair of topological dimensions. | |
This class implements a set of basic algorithms that automate the computation of mesh entities and connectivity.
|
static |
Compute mesh entities of given topological dimension, and connectivity cell-to-enity (tdim, dim)
|
static |
Compute mesh entities of given topological dimension. Note: this function will be replaced by the new 'compute_entities' function, which is considerably faster, especially for poorly ordered mesh.