Dune::AmiraMeshReader< GridType > Class Template Reference
[AmiraMesh]
#include <amirameshreader.hh>
Detailed Description
template<class GridType>
class Dune::AmiraMeshReader< GridType >
Provides file reading facilities in the AmiraMesh format. 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 | |||
) | [inline, static] |
The method that does the reading.
- Parameters:
-
grid The grid objects that is to be written filename The filename
References Dune::YaspGrid< dim, dimworld >::name().
template<class GridType>
template<class DiscFuncType>
void Dune::AmiraMeshReader< GridType >::readFunction | ( | DiscFuncType & | f, | |
const std::string & | filename | |||
) | [inline, 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:
- amirameshreader.hh
- amirameshreader.cc