FEBio  1.5.0
Public Member Functions | Data Fields
FEElementTraits Class Reference

This class is the base class for all element trait's classes. More...

#include <FEElementTraits.h>

Inheritance diagram for FEElementTraits:
FEDiscreteElementTraits FEShellElementTraits FESolidElementTraits FESurfaceElementTraits FETrussElementTraits FEShellQuadElementTraits FEShellTriElementTraits FEG1TetElementTraits FEHexElementTraits FEPentaElementTraits FERIHexElementTraits FETetElementTraits FEUDFHexElementTraits FENIQuadElementTraits FENITriElementTraits FEQuadElementTraits FETriElementTraits

Public Member Functions

 FEElementTraits (int ni, int ne)
 constructor
virtual ~FEElementTraits ()
 destructor

Data Fields

int nint
 number of integration points
int neln
 number of element nodes
matrix H
 shape function values at gausspoints.
matrix Hi
 inverse of H; useful for projection integr. point data to nodal data
int m_ntype
 type of element

Detailed Description

This class is the base class for all element trait's classes.


Field Documentation

shape function values at gausspoints.

The first index refers to the gauss-point, the second index to the shape function


The documentation for this class was generated from the following file: