Description
Collaboration diagram for Nodes:
Classes | |
class | chrono::fea::ChNodeFEAbase |
Base class for a generic finite element node that can be stored in ChMesh containers. More... | |
class | chrono::fea::ChNodeFEAcurv |
Generic finite element node with 9 degrees of freedom representing curvature. More... | |
class | chrono::fea::ChNodeFEAxyz |
Class for a generic 3D finite element node, with x,y,z displacement. More... | |
class | chrono::fea::ChNodeFEAxyzD |
Class for a generic 3D finite element node, with x,y,z displacement and a direction. More... | |
class | chrono::fea::ChNodeFEAxyzDD |
Class for a generic 3D finite element node, with x,y,z displacement, direction, and one curvature vector OR additional direction. More... | |
class | chrono::fea::ChNodeFEAxyzDDD |
Class for a generic 3D finite element node, with x,y,z displacement, and 3 position vector gradients For a Fully Parameterized ANCF element: The variable D represents the position vector gradient with respect to the 1st element coordinate line The variable DD represents the position vector gradient with respect to the 2nd element coordinate line The variable DDD represents the position vector gradient with respect to the 3rd element coordinate line. More... | |
class | chrono::fea::ChNodeFEAxyzP |
Class for a generic finite element node in 3D space, with scalar field P. More... | |
class | chrono::fea::ChNodeFEAxyzrot |
Class for a generic ED finite element node, with x,y,z displacement and a 3D rotation. More... | |