|
|||||||||
| 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.AtlasElement
org.jscience.physics.solids.CurveElement
public abstract class CurveElement
Abstract class that represents a one-dimensional element topology. This will be extended by specific element types (rods, bars, etc...)
| Constructor Summary | |
|---|---|
CurveElement()
|
|
| Method Summary | |
|---|---|
double |
computeLength()
Returns the length of the element. |
abstract void |
contributeDistLoad(DistLoad load,
SolutionMatrices m)
DOCUMENT ME! |
AtlasNode |
getEndA()
Returns the first node. |
AtlasNode |
getEndB()
Returns the second node. |
AtlasNode[] |
getNodes()
DOCUMENT ME! |
void |
setNodeA(AtlasNode node)
Sets the first node. |
void |
setNodeB(AtlasNode node)
Sets the second node. |
void |
setNodes(AtlasNode[] nodes)
DOCUMENT ME! |
| Methods inherited from class org.jscience.physics.solids.AtlasElement |
|---|
computeResults, contributeMatrices, getLocalCoordSys, getNumberNodes, getResults |
| Methods inherited from class org.jscience.physics.solids.AtlasObject |
|---|
compareTo, equals, getId, getParentModel, getType, loadJDOMElement, populateGeometry, setId, setParentModel, toString, unloadJDOMElement |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CurveElement()
| Method Detail |
|---|
public void setNodes(AtlasNode[] nodes)
nodes - DOCUMENT ME!public AtlasNode[] getNodes()
getNodes in class AtlasElement
public abstract void contributeDistLoad(DistLoad load,
SolutionMatrices m)
load - DOCUMENT ME!m - DOCUMENT ME!public double computeLength()
public void setNodeA(AtlasNode node)
node - DOCUMENT ME!public AtlasNode getEndA()
public AtlasNode getEndB()
public void setNodeB(AtlasNode node)
node - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||