21 #ifndef __BOUNDARY_COMPUTATION_H 22 #define __BOUNDARY_COMPUTATION_H 33 template <
typename T>
class MeshFunction;
51 static void reorder(std::vector<std::size_t>& vertices,
const Facet& facet);
static void compute_boundary(const Mesh &mesh, const std::string type, BoundaryMesh &boundary)
Definition: BoundaryComputation.cpp:43
A Facet is a MeshEntity of topological codimension 1.
Definition: Facet.h:39
Provide a set of basic algorithms for the computation of boundaries.
Definition: BoundaryComputation.h:37
Definition: BoundaryMesh.h:39