|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartisynth.core.femmodels.IntegrationData3d
public class IntegrationData3d
This class stores element-specific information related to each integration point within a 3D element.
Constructor Summary | |
---|---|
IntegrationData3d()
|
Method Summary | |
---|---|
void |
clearState()
|
void |
computeRestJacobian(Vector3d[] GNs,
FemNode3d[] nodes)
|
double |
getDetJ0()
|
Matrix3d |
getFrame()
|
Matrix3d |
getInvJ0()
Returns the inverse rest Jacobian. |
void |
getState(DataBuffer data)
Stores the state structure in a DataBuffer. |
int |
getStateSize()
Gets the number of doubles required to store state data. |
int |
getStateStructureSize()
Gets the number of integers required to store structure data. |
ViscoelasticState |
getViscoState()
|
void |
getZeroState(DataBuffer data)
Stores the information corresponding to zero state |
void |
setFrame(Matrix3d myFrame)
|
void |
setFrame(Matrix3dBase frame)
|
double |
setRestInverseJacobian(Matrix3d invJ0)
|
void |
setRestInverseJacobian(Matrix3d invJ0,
double detJ0)
|
double |
setRestJacobian(Matrix3d J0)
|
void |
setState(DataBuffer data)
Sets the state data from a DataBuffer. |
void |
setViscoState(ViscoelasticState state)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntegrationData3d()
Method Detail |
---|
public ViscoelasticState getViscoState()
public void setViscoState(ViscoelasticState state)
public Matrix3d getInvJ0()
public double getDetJ0()
public Matrix3d getFrame()
public void setFrame(Matrix3dBase frame)
public double setRestJacobian(Matrix3d J0)
public double setRestInverseJacobian(Matrix3d invJ0)
public void setRestInverseJacobian(Matrix3d invJ0, double detJ0)
public void computeRestJacobian(Vector3d[] GNs, FemNode3d[] nodes)
public int getStateStructureSize()
public int getStateSize()
public void getZeroState(DataBuffer data)
public void getState(DataBuffer data)
public void setState(DataBuffer data)
public void clearState()
public void setFrame(Matrix3d myFrame)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |