libMesh
|
A class for defining a 2-dimensional region for Triangle. More...
#include <mesh_triangle_holes.h>
Public Member Functions | |
Region (const Point ¢er, Real attribute=0, Real max_area=-std::numeric_limits< Real >::max()) | |
Constructor. More... | |
Point | inside () const |
Real | attribute () const |
Real | max_area () const |
Private Attributes | |
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 394 of file mesh_triangle_holes.h.
|
inline |
Constructor.
Definition at line 400 of file mesh_triangle_holes.h.
|
inline |
Definition at line 409 of file mesh_triangle_holes.h.
References _attribute.
|
inline |
Definition at line 407 of file mesh_triangle_holes.h.
References _center.
|
inline |
Definition at line 411 of file mesh_triangle_holes.h.
References _max_area.
|
private |
Attribute of the region Default value for attribute is zero.
Definition at line 423 of file mesh_triangle_holes.h.
Referenced by attribute().
|
private |
Arbitrary (x,y) location inside the region.
Definition at line 417 of file mesh_triangle_holes.h.
Referenced by inside().
|
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().