https://mooseframework.inl.gov
Namespaces | Functions
MooseLagrangeHelpers.h File Reference

Go to the source code of this file.

Namespaces

 Moose
 MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found.
 

Functions

template<typename T >
Moose::fe_lagrange_1D_shape (const Order order, const unsigned int i, const T &xi)
 
template<typename T >
Moose::fe_lagrange_1D_shape_deriv (const Order order, const unsigned int i, const T &xi)
 
template<typename T , template< typename > class VectorType>
Moose::fe_lagrange_2D_shape (const libMesh::ElemType type, const Order order, const unsigned int i, const VectorType< T > &p)
 
template<typename T , template< typename > class VectorType>
Moose::fe_lagrange_2D_shape_deriv (const libMesh::ElemType type, const Order order, const unsigned int i, const unsigned int j, const VectorType< T > &p)