NLMech  0.1.0
fe Namespace Reference

Collection of methods and data related to finite element and mesh. More...

Data Structures

class  BaseElem
 A base class which provides methods to map points to/from reference element and to compute quadrature data. More...
 
class  LineElem
 A class for mapping and quadrature related operations for linear 2-node line element. More...
 
class  MassMatrix
 A class for mass matrix. More...
 
class  Mesh
 A class for mesh data. More...
 
struct  QuadData
 A struct to store the quadrature data. List of data are. More...
 
class  QuadElem
 A class for mapping and quadrature related operations for bi-linear quadrangle element. More...
 
class  TetElem
 A class for mapping and quadrature related operations for linear tetrahedron element. More...
 
class  TriElem
 A class for mapping and quadrature related operations for linear triangle element. More...
 

Detailed Description

Collection of methods and data related to finite element and mesh.

This namespace groups the data and methods related to finite element methods such as quadrature points, finite elements, and also data and methods related to mesh such as nodal coordinates, element-node connectivity, etc.