|
dune-grid
2.2.0
|
Public Member Functions | |
| DGFPrintInfo (const std::string &name) | |
| void | finish () |
| template<class Block > | |
| void | block (const Block &block) |
| void | print (const std::string &message) |
| void | step1 (int dimw, int nofvtx, int nofel) |
| void | step2 (int bndseg, int totalbndseg, int bnddomain, int defsegs, int remaining) |
| void | cube2simplex (DuneGridFormatParser::element_t el) |
| void | automatic () |
| Dune::DGFPrintInfo::DGFPrintInfo | ( | const std::string & | name | ) | [inline] |
| void Dune::DGFPrintInfo::automatic | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::readDuneGrid().
| void Dune::DGFPrintInfo::block | ( | const Block & | block | ) | [inline] |
| void Dune::DGFPrintInfo::cube2simplex | ( | DuneGridFormatParser::element_t | el | ) | [inline] |
References Dune::DuneGridFormatParser::General.
Referenced by Dune::DuneGridFormatParser::readDuneGrid().
| void Dune::DGFPrintInfo::finish | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::readDuneGrid().
| void Dune::DGFPrintInfo::print | ( | const std::string & | message | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateSimplexGrid().
| void Dune::DGFPrintInfo::step1 | ( | int | dimw, |
| int | nofvtx, | ||
| int | nofel | ||
| ) | [inline] |
Referenced by Dune::DuneGridFormatParser::readDuneGrid().
| void Dune::DGFPrintInfo::step2 | ( | int | bndseg, |
| int | totalbndseg, | ||
| int | bnddomain, | ||
| int | defsegs, | ||
| int | remaining | ||
| ) | [inline] |
1.7.6.1