public class StiffnessTest
extends java.lang.Object
Constructor and Description |
---|
StiffnessTest() |
Modifier and Type | Method and Description |
---|---|
double |
getDeltaVolume() |
MatrixNd |
getGeometricStiffness() |
MatrixNd |
getNumericalGeometricStiffness(double h) |
MatrixNd |
getNumericalMaterialStiffness(double h) |
MatrixNd |
getNumericalStiffness(double h) |
Vector3d[] |
getShapeGradient() |
static void |
main(java.lang.String[] args) |
void |
testMaterial(FemMaterial mat) |
void |
testMuscleMaterial(MuscleMaterial mat,
Vector3d dir,
double excitation) |
public Vector3d[] getShapeGradient()
public double getDeltaVolume()
public MatrixNd getGeometricStiffness()
public MatrixNd getNumericalGeometricStiffness(double h)
public MatrixNd getNumericalMaterialStiffness(double h)
public MatrixNd getNumericalStiffness(double h)
public void testMaterial(FemMaterial mat)
public void testMuscleMaterial(MuscleMaterial mat, Vector3d dir, double excitation)
public static void main(java.lang.String[] args)