|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
LESM.Node
public class Node
Class that defines node objects in the LESM program
| Field Summary | |
|---|---|
(package private) double[] |
coord
Vector of coordinates on global system |
(package private) int[] |
ebc
Vector of essential boundary condition flags |
(package private) int |
id
Identification number |
(package private) double[] |
nodalLoad
Vector of applied load components |
(package private) double[] |
prescDispl
Vector of prescribed displacement values |
| Method Summary | |
|---|---|
void |
clean()
Destructor method |
int[] |
elemsIncidence(Drv drv)
Counts total number of elements and hinged elements connected to a node |
Node |
Node()
Constructor method |
| Field Detail |
|---|
int id
double[] coord
int[] ebc
double[] nodalLoad
double[] prescDispl
| Method Detail |
|---|
public Node Node()
public int[] elemsIncidence(Drv drv)
public void clean()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||