Dune::AmiraMeshWriter< GridType, IndexSetType > Class Template Reference
[AmiraMesh]
#include <amirameshwriter.hh>
Detailed Description
template<class GridType, class IndexSetType>
class Dune::AmiraMeshWriter< GridType, IndexSetType >
Provides file writing facilities in the AmiraMesh format.
Static Public Member Functions | |
static void | writeGrid (const GridType &grid, const std::string &filename, const IndexSetType &indexSet) |
Write a grid in AmiraMesh format. | |
template<class VectorType> | |
static void | writeBlockVector (const VectorType &f, const std::string &filename, const IndexSetType &indexSet) |
Writes an ISTL block vector in AmiraMesh format. |
Member Function Documentation
template<class GridType, class IndexSetType>
void Dune::AmiraMeshWriter< GridType, IndexSetType >::writeGrid | ( | const GridType & | grid, | |
const std::string & | filename, | |||
const IndexSetType & | indexSet | |||
) | [static] |
Write a grid in AmiraMesh format.
- Parameters:
-
grid The grid objects that is to be written filename The filename indexSet The index set encodes whether the leaf grid or a level grid is written
template<class GridType, class IndexSetType>
template<class VectorType>
void Dune::AmiraMeshWriter< GridType, IndexSetType >::writeBlockVector | ( | const VectorType & | f, | |
const std::string & | filename, | |||
const IndexSetType & | indexSet | |||
) | [static] |
Writes an ISTL block vector in AmiraMesh format.
- Parameters:
-
filename The filename indexSet The index set encodes whether the vector lives of the leaf grid or on a level grid
The documentation for this class was generated from the following files:
- amirameshwriter.hh
- amirameshwriter.cc