#include <makeflo.h>
Public Member Functions | |
makefloParam () | |
void | setLevel (int n) |
void | multigridError (void) |
Public Attributes | |
int | skipAxis |
int | topologyOnly |
int | splitAxis |
int | splitRCB |
int | splithalf |
int | nLevels |
unsigned int | levelBad |
unsigned int | levelGood |
|
inline |
Definition at line 103 of file makeflo.h.
References setLevel(), skipAxis, splitAxis, splithalf, splitRCB, and topologyOnly.
void multigridError | ( | void | ) |
Definition at line 69 of file split.cpp.
References levelBad, and nLevels.
Referenced by checkSpan(), and blockReader::consume().
|
inline |
unsigned int levelBad |
Definition at line 100 of file makeflo.h.
Referenced by checkSpan(), blockReader::consume(), multigridError(), setLevel(), and block::split().
unsigned int levelGood |
Definition at line 101 of file makeflo.h.
Referenced by setLevel(), and block::split().
int nLevels |
Definition at line 99 of file makeflo.h.
Referenced by multigridError(), setLevel(), and writeBlock().
int skipAxis |
Definition at line 92 of file makeflo.h.
Referenced by face::face(), main(), and makefloParam().
int splitAxis |
Definition at line 95 of file makeflo.h.
Referenced by main(), makefloParam(), and block::split().
int splithalf |
Definition at line 97 of file makeflo.h.
Referenced by main(), makefloParam(), and splitBlocks().
int splitRCB |
Definition at line 96 of file makeflo.h.
Referenced by main(), makefloParam(), and block::split().
int topologyOnly |
Definition at line 93 of file makeflo.h.
Referenced by main(), makefloParam(), and writeMblock().