#include <mesh.hh>
Public Member Functions | |
const Sequence< Edge2d * > & | outerBoundary () const |
const Sequence< Sequence< Edge2d * > > & | innerBoundary () const |
void | addInnerBoundary (const Sequence< Edge2d * > &innerBoundary) |
Adds clones of the edges in innerBoundary as new inner boundary. | |
Protected Attributes | |
Sequence< Edge2d * > | outerBoundary_ |
Outer boundary given by edges in 2D. | |
Sequence< Sequence< Edge2d * > > | innerBoundary_ |
Several internal boundaries given by edges in 2D. | |
Base class for mesh classes in 2D which defines its outer boundary and inner boundaries.