Wrapped segmentation of a triangular, cartesian 2D domain. More...
#include <triangular.hpp>
Public Member Functions | |
TriangularCartesian2D_Segmentation (TriangularCartesian2D_Domain &dom) | |
unsigned int | num_segments () |
Return the number of segments that form the segmentation. | |
TriangularCartesian2D_Segment | make_segment () |
Create a new segment in the segmentation. | |
list | get_segments () |
Return a Python list containing all the segments that form the segmentation. | |
TriangularCartesian2D_Domain_t & | get_domain () |
Get a reference to the ViennaGrid domain object to which the segmentation corresponds. | |
TriangularCartesian2D_Segmentation_t & | get_segmentation () |
Get a reference to the ViennaGrind segmentation object. |
Wrapped segmentation of a triangular, cartesian 2D domain.
TriangularCartesian2D_Domain_t & TriangularCartesian2D_Segmentation::get_domain | ( | ) |
Get a reference to the ViennaGrid domain object to which the segmentation corresponds.
TriangularCartesian2D_Segmentation_t & TriangularCartesian2D_Segmentation::get_segmentation | ( | ) |
Get a reference to the ViennaGrind segmentation object.
list TriangularCartesian2D_Segmentation::get_segments | ( | ) |
Return a Python list containing all the segments that form the segmentation.
TriangularCartesian2D_Segment TriangularCartesian2D_Segmentation::make_segment | ( | ) |
Create a new segment in the segmentation.
unsigned int TriangularCartesian2D_Segmentation::num_segments | ( | ) |
Return the number of segments that form the segmentation.