#include "mesh/iss.h"
#include "mesh/simplex.h"
#include "mesh/simplicial.h"
#include "mesh/structured_grid.h"
#include "mesh/tetrahedral.h"
Go to the source code of this file.
Namespaces | |
namespace | geom |
Functions | |
template<int N, int M, typename T> | |
void | geom::readAscii (std::istream &in, IndSimpSet< N, M, true, T > *mesh) |
Read a mesh in ascii format. | |
template<int N, int M, typename T> | |
void | geom::writeAscii (std::ostream &out, const IndSimpSet< N, M, true, T > &mesh) |
Write a mesh in ascii format. |