CG
Version 25
|
#include "AdParameters.h"
#include "OGPolyFunction.h"
#include "OGTrigFunction.h"
#include "OGPulseFunction.h"
#include "Ogshow.h"
#include "PlotStuff.h"
Macros | |
#define | mixedRHS(component, side, axis, grid) bcData(component+numberOfComponents*(0),side,axis,grid) |
#define | mixedCoeff(component, side, axis, grid) bcData(component+numberOfComponents*(1),side,axis,grid) |
#define | mixedNormalCoeff(component, side, axis, grid) bcData(component+numberOfComponents*(2),side,axis,grid) |
Functions | |
int | addPrefix (const aString label[], const aString &prefix, aString cmd[], const int maxCommands) |
Add a prefix string to the start of every label. | |
#define mixedCoeff | ( | component, | |
side, | |||
axis, | |||
grid | |||
) | bcData(component+numberOfComponents*(1),side,axis,grid) |
Referenced by AdParameters::setDefaultDataForABoundaryCondition().
#define mixedNormalCoeff | ( | component, | |
side, | |||
axis, | |||
grid | |||
) | bcData(component+numberOfComponents*(2),side,axis,grid) |
Referenced by AdParameters::setDefaultDataForABoundaryCondition().
#define mixedRHS | ( | component, | |
side, | |||
axis, | |||
grid | |||
) | bcData(component+numberOfComponents*(0),side,axis,grid) |
Referenced by AdParameters::setDefaultDataForABoundaryCondition().
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.