|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include "axom/core/Macros.hpp"#include "axom/core/Types.hpp"#include "axom/core/numerics/Matrix.hpp"#include "axom/mint/config.hpp"#include "axom/mint/fem/FEBasis.hpp"Classes | |
| class | axom::mint::FiniteElement |
| The FiniteElement object is used to represent a mesh element \( \Omega^e \) corresponding to a mesh \( \mathcal{M} \) . More... | |
Namespaces | |
| axom | |
| axom::mint | |
Enumerations | |
| enum | { axom::mint::INVERSE_MAP_FAILED = -1 , axom::mint::OUTSIDE_ELEMENT , axom::mint::INSIDE_ELEMENT } |
Functions | |
| template<int BasisType, CellType CELLTYPE> | |
| void | axom::mint::bind_basis (FiniteElement &fe) |