public abstract class MuscleMaterial extends MaterialBase
myProps| Constructor and Description | 
|---|
| MuscleMaterial() | 
| Modifier and Type | Method and Description | 
|---|---|
| MuscleMaterial | clone()Returns a clone of this composite property. | 
| abstract void | computeStress(SymmetricMatrix3d sigma,
             double excitation,
             Vector3d dir,
             SolidDeformation def,
             FemMaterial baseMat) | 
| abstract void | computeTangent(Matrix6d D,
              SymmetricMatrix3d stress,
              double excitation,
              Vector3d dir,
              SolidDeformation def,
              FemMaterial baseMat) | 
| boolean | equals(MuscleMaterial mat) | 
| boolean | equals(java.lang.Object obj) | 
| static java.lang.Class<?>[] | getSubClasses() | 
| boolean | isInvertible()Returns true if this material is defined for a deformation gradient
 with a non-positive determinant. | 
getAllPropertyInfo, getProperty, getPropertyHost, getPropertyInfo, hasProperty, hasSymmetricTangent, isWritable, scaleDistance, scaleMass, scan, setPropertyHost, setPropertyInfo, tangentSymmetryChanged, updateMaterial, writepublic static java.lang.Class<?>[] getSubClasses()
public abstract void computeStress(SymmetricMatrix3d sigma, double excitation, Vector3d dir, SolidDeformation def, FemMaterial baseMat)
public abstract void computeTangent(Matrix6d D, SymmetricMatrix3d stress, double excitation, Vector3d dir, SolidDeformation def, FemMaterial baseMat)
public boolean equals(MuscleMaterial mat)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic MuscleMaterial clone()
CompositePropertyclone in interface CompositePropertyclone in interface Clonableclone in class MaterialBasepublic boolean isInvertible()