OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Plane straight line graph used as input for meshing with triangle. More...
#include <trianglemesherinterface.h>
Public Attributes | |
FloatArray | nx |
Nodes x coordinates. More... | |
FloatArray | ny |
Nodes y coordinates. More... | |
IntArray | segment_a |
First segment connection. More... | |
IntArray | segment_b |
Second segment connection. More... | |
IntArray | segment_marker |
Segment markers. More... | |
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::ParticleTopologyDescription::generatePSLG(), 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::ParticleTopologyDescription::generatePSLG(), 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::ParticleTopologyDescription::generatePSLG(), 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::ParticleTopologyDescription::generatePSLG(), 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::ParticleTopologyDescription::generatePSLG(), oofem::TriangleMesherInterface::meshPSLG(), and oofem::TriangleMesherInterface::simplifyPSLG().