public class NodalFieldPoint extends java.lang.Object implements FemFieldPoint
Modifier and Type | Method and Description |
---|---|
int |
getElementNumber()
Returns the number of the element containing the point.
|
int |
getElementSubIndex()
Returns the index of the integration point within the element.
|
int |
getElementType()
Returns an integer describing the type of element containing the point.
|
int[] |
getNodeNumbers()
Returns the node numbers of the element containing the point.
|
double[] |
getNodeWeights()
Returns the nodal weights of the point within the element, with each
weight corresponding to the node whose number is returned by
FemFieldPoint.getNodeNumbers() . |
Point3d |
getRestPos()
Returns the point's rest position.
|
Point3d |
getSpatialPos()
Returns the point's current spatial position.
|
void |
setNode(FemNode node) |
public void setNode(FemNode node)
public Point3d getSpatialPos()
FemFieldPoint
getSpatialPos
in interface FemFieldPoint
public Point3d getRestPos()
FemFieldPoint
getRestPos
in interface FemFieldPoint
public int[] getNodeNumbers()
FemFieldPoint
getNodeNumbers
in interface FemFieldPoint
public double[] getNodeWeights()
FemFieldPoint
FemFieldPoint.getNodeNumbers()
.getNodeWeights
in interface FemFieldPoint
public int getElementType()
FemFieldPoint
getElementType
in interface FemFieldPoint
public int getElementNumber()
FemFieldPoint
getElementNumber
in interface FemFieldPoint
public int getElementSubIndex()
FemFieldPoint
getElementSubIndex
in interface FemFieldPoint