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

#include <amirameshreader.hh>

List of all members.


Detailed Description

template<class GridType>
class Dune::AmiraMeshReader< GridType >

Provides file reading facilities in the AmiraMesh format.


Public Member Functions

 AmiraMeshReader ()
 Dummy constructor.

Static Public Member Functions

static void read (GridType &grid, const std::string &filename)
 The method that does the reading.
template<class DiscFuncType>
static void readFunction (DiscFuncType &f, const std::string &filename)
 Read a block vector from an AmiraMesh file.

Member Function Documentation

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

The method that does the reading.

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

template<class GridType>
template<class DiscFuncType>
void Dune::AmiraMeshReader< GridType >::readFunction ( DiscFuncType &  f,
const std::string &  filename 
) [static]

Read a block vector from an AmiraMesh file.

Parameters:
f The vector to read into. Implicitly assumed to be an ISTL vector
filename Name of the AmiraMesh file


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

Generated on 12 Dec 2007 with Doxygen (ver 1.5.1)