jvx.numeric
Class PnStiffConformal
java.lang.Object
jv.object.PsObject
jvx.numeric.PnSparseMatrix
jvx.numeric.PnStiffMatrix
jvx.numeric.PnStiffConformal
- All Implemented Interfaces:
- java.lang.Cloneable, PsUpdateIf, java.io.Serializable
- public class PnStiffConformal
- extends PnStiffMatrix
Create and setup stiffness matrix for conformal energy defined by John Hutchinson
of a map from triangulation to C.
- See Also:
- Serialized Form
| Fields inherited from class jv.object.PsObject |
HAS_CONFIG_PANEL, HAS_INFO_PANEL, HAS_LABEL_PANEL, HAS_MATERIAL_PANEL, HAS_TEXTURE_PANEL, HAS_VECTOR_PANEL, INSPECTOR_INFO, INSPECTOR_INFO_EXT, IS_DELETED, IS_FIXED, IS_FOCUSSED, IS_PICKED, IS_SELECTED, IS_USED, NUM_TAGS |
|
Method Summary |
void |
init(PgElementSet surface)
Initializes the stiffness matrix by computing the index vector and matrix entries.
|
void |
init(PgElementSet domain,
PgElementSet surface)
Initializes the stiffness matrix by computing the index vector and matrix entries.
|
| Methods inherited from class jv.object.PsObject |
addInspector, addUpdateListener, assureInspector, clearTag, clone, clone, clone, copy, getFather, getInfoPanel, getInspector, getName, getNumObjects, getSymbol, hasInspector, hasTag, hasUpdateListener, init, instanceOf, instanceOf, newInspector, newInspector, removeInspector, removeInspector, removeUpdateListener, setName, setParent, setSymbol, setTag, update, updatePanels |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PnStiffConformal
public PnStiffConformal(PgElementSet domain,
PgElementSet surface)
init
public void init(PgElementSet surface)
- Initializes the stiffness matrix by computing the index vector and matrix entries.
Method can be used to reset the stiffness matrix. All memory allocation is done in
constructor.
- Overrides:
init in class PnStiffMatrix
init
public void init(PgElementSet domain,
PgElementSet surface)
- Initializes the stiffness matrix by computing the index vector and matrix entries.
Method can be used to reset the stiffness matrix. All memory allocation is done in
constructor.
- Overrides:
init in class PnStiffMatrix
The software JavaView© is copyright protected. All Rights Reserved.