|
CG
Version 25
|
#include "Parameters.h"#include "GenericGraphicsInterface.h"#include "ParallelUtility.h"#include "SplineMapping.h"
Macros | |
| #define | FOR_3(i1, i2, i3, I1, I2, I3) |
| #define | FOR_3D(i1, i2, i3, I1, I2, I3) |
| #define | XC0(i1, i2, i3) (xab[0][0]+dvx[0]*(i1-iv0[0])) |
| #define | XC1(i1, i2, i3) (xab[0][1]+dvx[1]*(i2-iv0[1])) |
| #define | XC2(i1, i2, i3) (xab[0][2]+dvx[2]*(i3-iv0[2])) |
Functions | |
| int | getLineFromFile (FILE *file, char s[], int lim) |
| int | initialConditionsFromAProfile (const aString &fileName, realCompositeGridFunction &u, Parameters ¶meters, GenericGraphicsInterface &gi, real rpar[]) |
Referenced by initialConditionsFromAProfile(), DomainSolver::outputProbes(), and userDefinedErrorEstimator().
Referenced by initialConditionsFromAProfile(), DomainSolver::outputProbes(), and userDefinedErrorEstimator().
Referenced by initialConditionsFromAProfile(), and DomainSolver::outputProbes().
| int getLineFromFile | ( | FILE * | file, |
| char | s[], | ||
| int | lim | ||
| ) |
| int initialConditionsFromAProfile | ( | const aString & | fileName, |
| realCompositeGridFunction & | u, | ||
| Parameters & | parameters, | ||
| GenericGraphicsInterface & | gi, | ||
| real | rpar[] | ||
| ) |
1.8.3