etomica.action
Class BoxInflateDeformable
java.lang.Object
etomica.action.BoxActionAdapter
etomica.action.BoxInflate
etomica.action.BoxInflateDeformable
- All Implemented Interfaces:
- BoxAction, IAction, Undoable, Serializable
public class BoxInflateDeformable
- extends BoxInflate
Performs actions that cause volume of a deformable system to expand, with molecule
positions scaled to keep them in the same relative positions. Inflation can
be isotropically or anisotropically.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tempTens
protected final Tensor tempTens
tempTensInv
protected final Tensor tempTensInv
dimVector
protected final IVectorMutable dimVector
BoxInflateDeformable
public BoxInflateDeformable(ISpace space)
BoxInflateDeformable
public BoxInflateDeformable(IBox box,
ISpace space)
actionPerformed
public void actionPerformed()
- Performs isotropic inflation.
- Specified by:
actionPerformed in interface IAction- Overrides:
actionPerformed in class BoxInflate