Go to the source code of this file.
Classes | |
class | bcReader |
Macros | |
#define | BC_EXTENTION ".inp" |
#define | ERR "Error reading " BC_EXTENTION " file: " |
Functions | |
void | checkSpan (const blockSpan &s, const char *what) |
const char * | readBoundaries (vector< block * > &blocks, const char *inMesh) |
#define BC_EXTENTION ".inp" |
Definition at line 132 of file readinp.cpp.
#define ERR "Error reading " BC_EXTENTION " file: " |
Definition at line 133 of file readinp.cpp.
Referenced by readBoundaries().
void checkSpan | ( | const blockSpan & | s, |
const char * | what | ||
) |
Definition at line 123 of file readinp.cpp.
References blockSpan::end, makefloParam::levelBad, makefloParam::multigridError(), parameters, and blockSpan::start.
Referenced by readBoundaries().
const char* readBoundaries | ( | vector< block * > & | blocks, |
const char * | inMesh | ||
) |
Definition at line 135 of file readinp.cpp.
References block::addBC(), checkSpan(), ERR, cimg_library::cimg::fopen(), block::getDim(), bcReader::read(), and bcReader::skipLine().
Referenced by main().