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. More...
|
|
Real | _attribute |
| Attribute of the region Default value for attribute is zero. More...
|
|
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. More...
|
|
A class for defining a 2-dimensional region for Triangle.
Definition at line 186 of file mesh_triangle_holes.h.
◆ Region()
libMesh::TriangleInterface::Region::Region |
( |
const Point & |
center, |
|
|
Real |
attribute = 0 , |
|
|
Real |
max_area = -std::numeric_limits<Real>::max() |
|
) |
| |
|
inline |
◆ attribute()
Real libMesh::TriangleInterface::Region::attribute |
( |
| ) |
const |
|
inline |
◆ inside()
Point libMesh::TriangleInterface::Region::inside |
( |
| ) |
const |
|
inline |
◆ max_area()
Real libMesh::TriangleInterface::Region::max_area |
( |
| ) |
const |
|
inline |
◆ _attribute
Real libMesh::TriangleInterface::Region::_attribute |
|
private |
◆ _center
const Point libMesh::TriangleInterface::Region::_center |
|
private |
◆ _max_area
Real libMesh::TriangleInterface::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 221 of file mesh_triangle_holes.h.
Referenced by max_area().
The documentation for this class was generated from the following file: