DOLFIN
DOLFIN C++ interface
Static Public Member Functions | List of all members
dolfin::BoundaryComputation Class Reference

Provide a set of basic algorithms for the computation of boundaries. More...

#include <BoundaryComputation.h>

Static Public Member Functions

static void compute_boundary (const Mesh &mesh, const std::string type, BoundaryMesh &boundary)
 

Detailed Description

Provide a set of basic algorithms for the computation of boundaries.

Member Function Documentation

void BoundaryComputation::compute_boundary ( const Mesh mesh,
const std::string  type,
BoundaryMesh boundary 
)
static

Compute the exterior boundary of a given mesh

Parameters
[in]meshinput mesh
[in]type"internal" or "external"
[out]boundaryoutput boundary mesh

The documentation for this class was generated from the following files: