#include <dgfparser.hh>
Inherited by Dune::MacroGrid [protected]
.
Public Member Functions | |
DuneGridFormatParser () | |
constructor | |
bool | readDuneGrid (std::istream &, int dimG=-1, int dimW=-1) |
method which reads the dgf file | |
void | writeTetgenPoly (std::string &, std::string &) |
method to write in Tetgen/Triangle Poly Format | |
void | writeAlu (std::ostream &) |
method to write macrogridfiles in alu format (cam be used without dune) | |
void | writeAlberta (std::ostream &) |
method to write macrogridfiles in alberta format (cam be used without dune) |
bool Dune::DuneGridFormatParser::readDuneGrid | ( | std::istream & | gridin, | |
int | dimG = -1 , |
|||
int | dimW = -1 | |||
) |
method which reads the dgf file
fills the vtx,element, and bound vectors returns true if reading succeded