Go to the source code of this file.
Classes | |
class | bcRec |
class | bcList |
Functions | |
void | writeHeader (FILE *out, int nBlocks, int nPEs) |
string | getSpan (const blockSpan &s) |
void | writeBlock (FILE *out, const bcList &bc, const block *b) |
const char * | writeFlo (vector< block * > &blocks, int nPEs, const char *inBcs, const char *outFlo) |
string getSpan | ( | const blockSpan & | s | ) |
Definition at line 159 of file writeflo.cpp.
References blockSpan::end, and blockSpan::start.
Referenced by externalBCpatch::writeFlo(), and internalBCpatch::writeFlo().
Definition at line 198 of file writeflo.cpp.
References d, block::face2name, block::getBlockNumber(), block::getDim(), block::getFace(), block::getOriginalNumber(), face::getPatches(), bcList::lookup(), and block::nFaces.
Referenced by writeFlo(), and writeTop().
const char* writeFlo | ( | vector< block * > & | blocks, |
int | nPEs, | ||
const char * | inBcs, | ||
const char * | outFlo | ||
) |
Definition at line 230 of file writeflo.cpp.
References cimg_library::cimg::fclose(), cimg_library::cimg::fopen(), writeBlock(), and writeHeader().
Referenced by main().
void writeHeader | ( | FILE * | out, |
int | nBlocks, | ||
int | nPEs | ||
) |
Definition at line 148 of file writeflo.cpp.
Referenced by writeFlo().