A class for defining a 2-dimensional region for Triangle.
More...
#include <mesh_triangle_holes.h>
|
| const Point | _center |
| | Arbitrary (x,y) location inside the region.
|
| |
| Real | _attribute |
| | Attribute of the region Default value for attribute is zero.
|
| |
| Real | _max_area |
| | Maximum area that is allowed for all triangles in this region Default negative maximum area means that no area constraint will be imposed.
|
| |
A class for defining a 2-dimensional region for Triangle.
Definition at line 394 of file mesh_triangle_holes.h.
◆ Region()
| libMesh::TriangulatorInterface::Region::Region |
( |
const Point & |
center, |
|
|
Real |
attribute = 0, |
|
|
Real |
max_area = -std::numeric_limits<Real>::max() |
|
) |
| |
|
inline |
Constructor.
Definition at line 400 of file mesh_triangle_holes.h.
const Point _center
Arbitrary (x,y) location inside the region.
Real _attribute
Attribute of the region Default value for attribute is zero.
Real _max_area
Maximum area that is allowed for all triangles in this region Default negative maximum area means tha...
◆ attribute()
| Real libMesh::TriangulatorInterface::Region::attribute |
( |
| ) |
const |
|
inline |
◆ inside()
| Point libMesh::TriangulatorInterface::Region::inside |
( |
| ) |
const |
|
inline |
◆ max_area()
| Real libMesh::TriangulatorInterface::Region::max_area |
( |
| ) |
const |
|
inline |
◆ _attribute
| Real libMesh::TriangulatorInterface::Region::_attribute |
|
private |
◆ _center
| const Point libMesh::TriangulatorInterface::Region::_center |
|
private |
◆ _max_area
| Real libMesh::TriangulatorInterface::Region::_max_area |
|
private |
Maximum area that is allowed for all triangles in this region Default negative maximum area means that no area constraint will be imposed.
Definition at line 429 of file mesh_triangle_holes.h.
Referenced by max_area().
The documentation for this class was generated from the following file: