|
|||||||||
| 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
public abstract class AtlasElement
Top level abstract object for all finite elements.
| Constructor Summary | |
|---|---|
AtlasElement()
|
|
| Method Summary | |
|---|---|
abstract void |
computeResults(SolutionMatrices m)
Computes the volume of the element. |
abstract void |
contributeMatrices(SolutionMatrices m)
Method to contribute stiffness contributions to the stiffness matrix. |
abstract AtlasCoordSys |
getLocalCoordSys()
DOCUMENT ME! |
abstract AtlasNode[] |
getNodes()
Returns all of the nodes referenced by this element. |
int |
getNumberNodes()
Returns the number of nodes referenced by this element. |
abstract java.util.ArrayList |
getResults()
DOCUMENT ME! |
| 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 AtlasElement()
| Method Detail |
|---|
public abstract AtlasCoordSys getLocalCoordSys()
public abstract void contributeMatrices(SolutionMatrices m)
throws AtlasException
m - DOCUMENT ME!
AtlasException - DOCUMENT ME!public abstract AtlasNode[] getNodes()
public int getNumberNodes()
public abstract void computeResults(SolutionMatrices m)
throws AtlasException
m - DOCUMENT ME!
AtlasException - DOCUMENT ME!public abstract java.util.ArrayList getResults()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||