|
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/primal.hpp"#include "axom/slic.hpp"#include "axom/bump/views/Shapes.hpp"#include <iostream>Classes | |
| class | axom::bump::VariableShape< T, NDIMS, N > |
| Represent various shapes that consist of points. More... | |
Namespaces | |
| axom | |
| axom::bump | |
Functions | |
| template<typename T , int NDIMS, int N = 8> | |
| std::ostream & | axom::bump::operator<< (std::ostream &os, const VariableShape< T, NDIMS, N > &obj) |
| Printing method for VariableShape objects. More... | |