|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include <string>Namespaces | |
| axom | |
| axom::mint | |
Functions | |
| int | axom::mint::write_vtk (const Mesh *mesh, const std::string &file_path) |
| Writes a mesh to a VTK file using the legacy ASCII format. that can be visualized with VisIt or ParaView. More... | |
| int | axom::mint::write_vtk (mint::FiniteElement &fe, const std::string &file_path) |
| Writes a FiniteElement to a VTK file in the legacy ASCII format. More... | |