public class DeformedPointBase extends java.lang.Object implements DeformedPoint
| Constructor and Description |
|---|
DeformedPointBase() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageDetF() |
double |
getAveragePressure() |
double |
getDetF() |
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.
|
Matrix3d |
getF() |
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(). |
RotationMatrix3d |
getR() |
Point3d |
getRestPos()
Returns the point's rest position.
|
Point3d |
getSpatialPos()
Returns the point's current spatial position.
|
void |
setAverageDetF(double detF) |
void |
setAveragePressure(double p) |
void |
setF(Matrix3dBase F) |
void |
setR(Matrix3dBase R) |
public Matrix3d getF()
getF in interface DeformedPointpublic double getDetF()
getDetF in interface DeformedPointpublic void setF(Matrix3dBase F)
public double getAveragePressure()
getAveragePressure in interface DeformedPointpublic void setAveragePressure(double p)
public double getAverageDetF()
getAverageDetF in interface DeformedPointpublic void setAverageDetF(double detF)
public void setR(Matrix3dBase R)
public RotationMatrix3d getR()
getR in interface DeformedPointpublic Point3d getSpatialPos()
FemFieldPointgetSpatialPos in interface FemFieldPointpublic Point3d getRestPos()
FemFieldPointgetRestPos in interface FemFieldPointpublic int getElementType()
FemFieldPointgetElementType in interface FemFieldPointpublic int getElementNumber()
FemFieldPointgetElementNumber in interface FemFieldPointpublic int getElementSubIndex()
FemFieldPointgetElementSubIndex in interface FemFieldPointpublic int[] getNodeNumbers()
FemFieldPointgetNodeNumbers in interface FemFieldPointpublic double[] getNodeWeights()
FemFieldPointFemFieldPoint.getNodeNumbers().getNodeWeights in interface FemFieldPoint