Go to the source code of this file.
Classes | |
class | makefloParam |
Macros | |
#define | MAKEFLO_VERSION "1.93" |
Functions | |
void | checkQuality (const block &b) |
const char * | readBoundaries (vector< block * > &blocks, const char *inMesh) |
const char * | splitBlocks (vector< block * > &blocks, int nPieces) |
void | buildFaces (vector< block * > &blocks, bool buildTypeTwo) |
const char * | writeFlo (vector< block * > &blocks, int nPEs, const char *inBcs, const char *out) |
const char * | writeTop (vector< block * > &blocks, const char *inBcs, const char *out) |
const char * | writeMblock (vector< block * > &blocks, const char *outMblock) |
const char * | writeBlocks (vector< block * > &blocks, const char *outMesh) |
Variables | |
makefloParam | parameters |
#define MAKEFLO_VERSION "1.93" |
Definition at line 65 of file makeflo.h.
Referenced by printUsage().
void buildFaces | ( | vector< block * > & | blocks, |
bool | buildTypeTwo | ||
) |
Definition at line 123 of file buildface.cpp.
References buildFaces(), dirToCorner(), block::face2name, findPartner(), block::getBlockNumber(), patch::getFace(), block::getFace(), block::getLoc(), face::getPatches(), i, patch::isExternal(), adjList::isExternal(), isSmaller(), nodeMatcher::loc2node(), n, block::nFaces, internalBCpatch::partner, face::patchForCoord(), and internalBCpatch::type.
Referenced by buildFaces(), and main().
void checkQuality | ( | const block & | b | ) |
Definition at line 74 of file volume.cpp.
References CkSampleT< real, ret >::add(), BLOCKSPAN_FOR, vector3d::cross(), vector3d::dist(), block::getDim(), block::getLoc(), block::getOriginalNumber(), i, j, k, vector3d::max(), CkSampleT< real, ret >::printMinAveMax(), and volume().
Referenced by main().
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().
const char* splitBlocks | ( | vector< block * > & | blocks, |
int | nPieces | ||
) |
Definition at line 205 of file split.cpp.
References bRec::less(), parameters, makefloParam::splithalf, and volume().
Referenced by main().
const char* writeBlocks | ( | vector< block * > & | blocks, |
const char * | outMesh | ||
) |
Definition at line 147 of file write.cpp.
References endsWith(), FC_GLOBAL, i, incrementAscii(), write_fortran(), write_grda(), write_grdb(), write_hdf(), and write_msh().
Referenced by main().
const char* writeFlo | ( | vector< block * > & | blocks, |
int | nPEs, | ||
const char * | inBcs, | ||
const char * | out | ||
) |
Definition at line 230 of file writeflo.cpp.
References cimg_library::cimg::fclose(), cimg_library::cimg::fopen(), writeBlock(), and writeHeader().
Referenced by main().
const char* writeMblock | ( | vector< block * > & | blocks, |
const char * | outMblock | ||
) |
Definition at line 134 of file writemblock.cpp.
References d, cimg_library::cimg::fclose(), fName, cimg_library::cimg::fopen(), cimg_library::cimg::fwrite(), parameters, makefloParam::topologyOnly, and mblockData::write().
Referenced by main(), and mblockData::blockPatches::write().
const char* writeTop | ( | vector< block * > & | blocks, |
const char * | inBcs, | ||
const char * | out | ||
) |
Definition at line 252 of file writetop.cpp.
References cimg_library::cimg::fclose(), cimg_library::cimg::fopen(), and writeBlock().
Referenced by main().
makefloParam parameters |
Definition at line 101 of file makeflo.cpp.
Referenced by checkSpan(), blockReader::consume(), face::face(), block::split(), splitBlocks(), writeBlock(), and writeMblock().