concepts::InnerOuterBoundary2d Class Reference
Base class for mesh classes in 2D which defines its outer boundary and inner boundaries. More...
#include <mesh.hh>
Inheritance diagram for concepts::InnerOuterBoundary2d:
Public Member Functions | |
void | addInnerBoundary (const Sequence< Edge2d * > &innerBoundary) |
Adds clones of the edges in innerBoundary as new inner boundary. More... | |
const Sequence< Sequence< Edge2d * > > & | innerBoundary () const |
const Sequence< Edge2d * > & | outerBoundary () const |
virtual | ~InnerOuterBoundary2d () |
Protected Attributes | |
Sequence< Sequence< Edge2d * > > | innerBoundary_ |
Several internal boundaries given by edges in 2D. More... | |
Sequence< Edge2d * > | outerBoundary_ |
Outer boundary given by edges in 2D. More... | |
Detailed Description
Base class for mesh classes in 2D which defines its outer boundary and inner boundaries.
Constructor & Destructor Documentation
◆ ~InnerOuterBoundary2d()
|
virtual |
Member Function Documentation
◆ addInnerBoundary()
Adds clones of the edges in innerBoundary
as new inner boundary.
◆ innerBoundary()
◆ outerBoundary()
Member Data Documentation
◆ innerBoundary_
◆ outerBoundary_
The documentation for this class was generated from the following file:
- geometry/mesh.hh