|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.physics.solids.AtlasObject
org.jscience.physics.solids.AtlasConstraint
org.jscience.physics.solids.constraint.EnforcedDisplacement
public class EnforcedDisplacement
Constrains a nodes motion in the specified degrees of freedom.
| Field Summary | |
|---|---|
protected static java.lang.String |
TYPE
DOCUMENT ME! |
| Constructor Summary | |
|---|---|
EnforcedDisplacement(java.lang.String id,
AtlasNode[] node,
int[] dof,
double val)
Constrains the specified node in the degrees of freedom. |
|
EnforcedDisplacement(java.lang.String id,
AtlasNode nodes,
int dof,
double val)
Constrains the specified node in the degree of freedom. |
|
| Method Summary | |
|---|---|
void |
contributeConstraint(SolutionMatrices m)
DOCUMENT ME! |
int[] |
getConstrainedDOF()
Returns which degrees of freedom are constrained. |
AtlasNode[] |
getNode()
Returns the node that is being constrained. |
java.lang.String |
getType()
DOCUMENT ME! |
java.lang.String |
toString()
DOCUMENT ME! |
| Methods inherited from class org.jscience.physics.solids.AtlasObject |
|---|
compareTo, equals, getId, getParentModel, loadJDOMElement, populateGeometry, setId, setParentModel, unloadJDOMElement |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static java.lang.String TYPE
| Constructor Detail |
|---|
public EnforcedDisplacement(java.lang.String id,
AtlasNode nodes,
int dof,
double val)
public EnforcedDisplacement(java.lang.String id,
AtlasNode[] node,
int[] dof,
double val)
| Method Detail |
|---|
public void contributeConstraint(SolutionMatrices m)
contributeConstraint in class AtlasConstraintm - DOCUMENT ME!public java.lang.String getType()
getType in class AtlasObjectpublic AtlasNode[] getNode()
public int[] getConstrainedDOF()
public java.lang.String toString()
toString in class AtlasObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||