public class InactiveMuscle extends MuscleMaterial
myProps
Constructor and Description |
---|
InactiveMuscle() |
Modifier and Type | Method and Description |
---|---|
InactiveMuscle |
clone()
Returns a clone of this composite property.
|
void |
computeStress(SymmetricMatrix3d sigma,
double excitation,
Vector3d dir0,
SolidDeformation def,
FemMaterial baseMat) |
void |
computeTangent(Matrix6d D,
SymmetricMatrix3d stress,
double excitation,
Vector3d dir0,
SolidDeformation def,
FemMaterial baseMat) |
boolean |
equals(MuscleMaterial mat) |
boolean |
isInvertible()
Returns true if this material is defined for a deformation gradient
with a non-positive determinant.
|
equals, getSubClasses
getAllPropertyInfo, getProperty, getPropertyHost, getPropertyInfo, hasProperty, hasSymmetricTangent, isWritable, scaleDistance, scaleMass, scan, setPropertyHost, setPropertyInfo, tangentSymmetryChanged, updateMaterial, write
public void computeStress(SymmetricMatrix3d sigma, double excitation, Vector3d dir0, SolidDeformation def, FemMaterial baseMat)
computeStress
in class MuscleMaterial
public void computeTangent(Matrix6d D, SymmetricMatrix3d stress, double excitation, Vector3d dir0, SolidDeformation def, FemMaterial baseMat)
computeTangent
in class MuscleMaterial
public boolean equals(MuscleMaterial mat)
equals
in class MuscleMaterial
public boolean isInvertible()
MuscleMaterial
isInvertible
in class MuscleMaterial
public InactiveMuscle clone()
CompositeProperty
clone
in interface CompositeProperty
clone
in interface Clonable
clone
in class MuscleMaterial