public interface FieldPoint
Modifier and Type | Field and Description |
---|---|
static int |
ALL_INFO |
static int |
ELEMENT_INFO |
static int |
NODAL_INFO |
static int |
SUBELEM_INFO |
Modifier and Type | Method and Description |
---|---|
int |
availableInfo() |
int |
getElementNumber() |
int |
getElementSubIndex() |
int |
getElementType() |
int[] |
getNodeNumbers() |
double[] |
getNodeWeights() |
int |
getPointIndex() |
Point3d |
getRestPos() |
Point3d |
getSpatialPos() |
static final int NODAL_INFO
static final int ELEMENT_INFO
static final int SUBELEM_INFO
static final int ALL_INFO
int availableInfo()
Point3d getRestPos()
Point3d getSpatialPos()
double[] getNodeWeights()
int[] getNodeNumbers()
int getElementType()
int getElementNumber()
int getElementSubIndex()
int getPointIndex()