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()
FemFieldPointgetSpatialPos in interface FemFieldPointpublic Point3d getRestPos()
FemFieldPointgetRestPos in interface FemFieldPointpublic int[] getNodeNumbers()
FemFieldPointgetNodeNumbers in interface FemFieldPointpublic double[] getNodeWeights()
FemFieldPointFemFieldPoint.getNodeNumbers().getNodeWeights in interface FemFieldPointpublic int getElementType()
FemFieldPointgetElementType in interface FemFieldPointpublic int getElementNumber()
FemFieldPointgetElementNumber in interface FemFieldPointpublic int getElementSubIndex()
FemFieldPointgetElementSubIndex in interface FemFieldPoint