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);
Provide a set of basic algorithms for the computation of boundaries.
Definition BoundaryComputation.h:38
static void compute_boundary(const Mesh &mesh, const std::string type, BoundaryMesh &boundary)
Definition BoundaryComputation.cpp:43
Definition BoundaryMesh.h:40
A Facet is a MeshEntity of topological codimension 1.
Definition Facet.h:40