XC Open source finite element analysis program
Classes

Classes

class  XC::DummyNode
 DummyNodes are a type of node created and used by Subdomains for their exterior nodes. They reference a real node and most methods invoked on them are in turn invoked by the dummy node on the real node. The calls asking the real node to change its current state are ignored. The calls involving DOF_Group are handled by the dummy node. More...
 
class  XC::NodePos
 Node position for its use in the KDTree. More...
 
class  XC::Node
 Mesh node. More...
 
class  XC::NodeAccelVectors
 Vectors that store trial and commited values of the node acceleration. More...
 
class  XC::NodeDispVectors
 Vectores to store trial and commited values («commited») on node displacements. More...
 
class  XC::NodeIter
 Iterador sobre el conteedor de nodos. More...
 
class  XC::NodeVectors
 Vectores to store trial and commited values of node displacement, velocity, etc. More...
 
class  XC::NodeVelVectors
 Vectores to store trial and commited values of node velocity. More...
 

Detailed Description