|
OOFEM 3.0
|
#include <trianglemesherinterface.h>
Public Attributes | |
| FloatArray | nx |
| Nodes x coordinates. | |
| FloatArray | ny |
| Nodes y coordinates. | |
| IntArray | segment_a |
| First segment connection. | |
| IntArray | segment_b |
| Second segment connection. | |
| IntArray | segment_marker |
| Segment markers. | |
Plane straight line graph used as input for meshing with triangle.
Definition at line 48 of file trianglemesherinterface.h.
| FloatArray oofem::Triangle_PSLG::nx |
Nodes x coordinates.
Definition at line 50 of file trianglemesherinterface.h.
Referenced by oofem::TriangleMesherInterface::meshPSLG(), and oofem::TriangleMesherInterface::simplifyPSLG().
| FloatArray oofem::Triangle_PSLG::ny |
Nodes y coordinates.
Definition at line 51 of file trianglemesherinterface.h.
Referenced by oofem::TriangleMesherInterface::meshPSLG(), and oofem::TriangleMesherInterface::simplifyPSLG().
| IntArray oofem::Triangle_PSLG::segment_a |
First segment connection.
Definition at line 52 of file trianglemesherinterface.h.
Referenced by oofem::TriangleMesherInterface::meshPSLG(), and oofem::TriangleMesherInterface::simplifyPSLG().
| IntArray oofem::Triangle_PSLG::segment_b |
Second segment connection.
Definition at line 53 of file trianglemesherinterface.h.
Referenced by oofem::TriangleMesherInterface::meshPSLG(), and oofem::TriangleMesherInterface::simplifyPSLG().
| IntArray oofem::Triangle_PSLG::segment_marker |
Segment markers.
Definition at line 54 of file trianglemesherinterface.h.
Referenced by oofem::TriangleMesherInterface::meshPSLG(), and oofem::TriangleMesherInterface::simplifyPSLG().