|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include "axom/config.hpp"#include "axom/core.hpp"#include "axom/bump/VariableShape.hpp"#include "axom/primal.hpp"Classes | |
| struct | axom::bump::PolyhedralFaces< T > |
| This struct is a simpler way of representing a polyhedron if we only need to know about it as set of planes. More... | |
| struct | axom::bump::AveragePoints< T, NDIMS > |
| Average a series of points. More... | |
| struct | axom::bump::AdaptPolyhedron< TopologyView, CoordsetView, makeFaces > |
| Make a primal::Polyhedron from a polyhedron shape. More... | |
| struct | axom::bump::AdaptPolyhedron< TopologyView, CoordsetView, true > |
| Make PolyhedralFaces from a polyhedron shape. More... | |
| struct | axom::bump::PrimalAdaptor< TopologyView, CoordsetView, MAX_VERTS_2D, makeFaces > |
| This class is a view that exposes shapes in MIR topology and coordset views as primal shapes. SFINAE is used for the getShape() method. More... | |
Namespaces | |
| axom | |
| axom::bump | |
Functions | |
| template<typename T > | |
| std::ostream & | axom::bump::operator<< (std::ostream &os, const PolyhedralFaces< T > &obj) |