Dune::LevelAmiraMeshWriter< GridType > Class Template Reference
[AmiraMesh]

#include <amirameshwriter.hh>

List of all members.


Detailed Description

template<class GridType>
class Dune::LevelAmiraMeshWriter< GridType >

Provides file writing facilities in the AmiraMesh format for level grids.


Static Public Member Functions

static void writeGrid (const GridType &grid, const std::string &filename, int level)
 Write a grid in AmiraMesh format.
template<class VectorType>
static void writeBlockVector (const GridType &grid, const VectorType &f, const std::string &filename, int level)
 Writes an ISTL block vector in AmiraMesh format.

Member Function Documentation

template<class GridType>
static void Dune::LevelAmiraMeshWriter< GridType >::writeGrid ( const GridType grid,
const std::string &  filename,
int  level 
) [inline, static]

Write a grid in AmiraMesh format.

Parameters:
grid The grid objects that is to be written
filename The filename
level The level to be written

template<class GridType>
template<class VectorType>
static void Dune::LevelAmiraMeshWriter< GridType >::writeBlockVector ( const GridType grid,
const VectorType &  f,
const std::string &  filename,
int  level 
) [inline, static]

Writes an ISTL block vector in AmiraMesh format.

Parameters:
grid The grid objects that the vector lives on
f The vector to be written. Has to comply with the ISTL conventions
filename The filename
level The level of the grid that the vector lives on


The documentation for this class was generated from the following file:

Generated on 12 Dec 2007 with Doxygen (ver 1.5.1)