Typedefs | Functions | Variables
Marmot::FiniteElement::Spatial1D::Bar3 Namespace Reference

Typedefs

using NSized = Eigen::Matrix< double, 1, nNodes >
 
using dNdXiSized = Eigen::Matrix< double, 1, nNodes >
 

Functions

NSized N (double xi)
 
dNdXiSized dNdXi (double xi)
 

Variables

constexpr int nNodes = 3
 

Typedef Documentation

◆ NSized

using Marmot::FiniteElement::Spatial1D::Bar3::NSized = typedef Eigen::Matrix< double, 1, nNodes >

◆ dNdXiSized

using Marmot::FiniteElement::Spatial1D::Bar3::dNdXiSized = typedef Eigen::Matrix< double, 1, nNodes >

Function Documentation

◆ N()

NSized Marmot::FiniteElement::Spatial1D::Bar3::N ( double  xi)

◆ dNdXi()

dNdXiSized Marmot::FiniteElement::Spatial1D::Bar3::dNdXi ( double  xi)

Variable Documentation

◆ nNodes

constexpr int Marmot::FiniteElement::Spatial1D::Bar3::nNodes = 3
constexpr