|
CG
Version 25
|
#include "CnsParameters.h"#include "OGPolyFunction.h"#include "OGTrigFunction.h"#include "OGPulseFunction.h"#include "Ogshow.h"#include "PlotStuff.h"#include "Reactions.h"#include "CompositeGridOperators.h"#include "ParallelUtility.h"#include "EquationDomain.h"#include "FlowSolutions.h"#include "NameList.h"#include "GridFunction.h"#include "MultiComponent.h"
Macros | |
| #define | ADDPSI EXTERN_C_NAME(addpsi) |
| #define | CONSPRIM EXTERN_C_NAME(consprim) |
Functions | |
| void | ADDPSI (const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const real &fact, const real &rho, real &u) |
| void | CONSPRIM (const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const int &nd3a, const int &nd3b, const int &n1a, const int &n1b, const int &n2a, const int &n2b, const int &n3a, const int &n3b, const int &nd, const int &ns, const int &rc, const int &uc, const int &vc, const int &wc, const int &tc, const int &sc, real &q, const int &mask, const real &val, const int &ipar, const real &rpar, const int &option, const int &fixup, const real &epsRho) |
| int | addPrefix (const aString label[], const aString &prefix, aString cmd[], const int maxCommands) |
| Add a prefix string to the start of every label. | |
| #define ADDPSI EXTERN_C_NAME(addpsi) |
Referenced by CnsParameters::conservativeToPrimitive(), and CnsParameters::primitiveToConservative().
| #define CONSPRIM EXTERN_C_NAME(consprim) |
Referenced by CnsParameters::conservativeToPrimitive(), and CnsParameters::primitiveToConservative().
| int addPrefix | ( | const aString | label[], |
| const aString & | prefix, | ||
| aString | cmd[], | ||
| const int | maxCommands | ||
| ) |
Add a prefix string to the start of every label.
/param label (input) : null terminated array of strings. /param prefix (input) : all this string as a prefix. /param cmd (input/output): on output cmd[i]=prefix+label[i]; /param maxCommands (input): maximum number of strings in the cmd array.
| void ADDPSI | ( | const int & | nd1a, |
| const int & | nd1b, | ||
| const int & | nd2a, | ||
| const int & | nd2b, | ||
| const real & | fact, | ||
| const real & | rho, | ||
| real & | u | ||
| ) |
| void CONSPRIM | ( | const int & | nd1a, |
| const int & | nd1b, | ||
| const int & | nd2a, | ||
| const int & | nd2b, | ||
| const int & | nd3a, | ||
| const int & | nd3b, | ||
| const int & | n1a, | ||
| const int & | n1b, | ||
| const int & | n2a, | ||
| const int & | n2b, | ||
| const int & | n3a, | ||
| const int & | n3b, | ||
| const int & | nd, | ||
| const int & | ns, | ||
| const int & | rc, | ||
| const int & | uc, | ||
| const int & | vc, | ||
| const int & | wc, | ||
| const int & | tc, | ||
| const int & | sc, | ||
| real & | q, | ||
| const int & | mask, | ||
| const real & | val, | ||
| const int & | ipar, | ||
| const real & | rpar, | ||
| const int & | option, | ||
| const int & | fixup, | ||
| const real & | epsRho | ||
| ) |
1.8.3