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

#include <amirameshwriter.hh>

List of all members.


Detailed Description

template<class GridType>
class Dune::LeafAmiraMeshWriter< GridType >

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


Static Public Member Functions

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

Member Function Documentation

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

Write a grid in AmiraMesh format.

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

template<class GridType>
template<class VectorType>
static void Dune::LeafAmiraMeshWriter< GridType >::writeBlockVector ( const GridType grid,
const VectorType &  f,
const std::string &  filename 
) [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


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

Generated on 12 Dec 2007 with Doxygen (ver 1.5.1)