LESM
Class Node

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

id

int id
Identification number


coord

double[] coord
Vector of coordinates on global system


ebc

int[] ebc
Vector of essential boundary condition flags


nodalLoad

double[] nodalLoad
Vector of applied load components


prescDispl

double[] prescDispl
Vector of prescribed displacement values

Method Detail

Node

public Node Node()
Constructor method


elemsIncidence

public int[] elemsIncidence(Drv drv)
Counts total number of elements and hinged elements connected to a node


clean

public void clean()
Destructor method