public interface FemFieldPoint
FieldComponent at that point.| 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  getNodeNumbers(). | 
| Point3d | getRestPos()Returns the point's rest position. | 
| Point3d | getSpatialPos()Returns the point's current spatial position. | 
Point3d getRestPos()
Point3d getSpatialPos()
int getElementType()
int getElementNumber()
int getElementSubIndex()
int[] getNodeNumbers()
double[] getNodeWeights()
getNodeNumbers().