AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::mint::FEBasis< BasisType, CELLTYPE > Struct Template Reference

FEBasis is a traits class that binds a Finite Element basis type, e.g., MINT_LAGRANGE_BASIS, to a particular cell type, e.g., MINT_QUAD. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/develop/src/axom/mint/fem/FEBasis.hpp>

Detailed Description

template<int BasisType, CellType CELLTYPE>
struct axom::mint::FEBasis< BasisType, CELLTYPE >

FEBasis is a traits class that binds a Finite Element basis type, e.g., MINT_LAGRANGE_BASIS, to a particular cell type, e.g., MINT_QUAD.

Note
This is an empty class that is intended to be specialized
See also
ShapeFunction
FEBasisTypes

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