|
Overture
Version 25
|
#include "GridCollection.h"#include "GridCollectionFunction.h"#include "SparseRep.h"#include "conversion.h"
Macros | |
| #define | COEFF(i, n, I1, I2, I3) coeffG(i+stencilDim*(n),I1,I2,I3) |
| #define | EQUATIONNUMBER(i, n, I1, I2, I3) equationNumberX(i+stencilDim*(n),I1,I2,I3) |
| #define | ForBoundary(side, axis) |
Functions | |
| int | residual (const RealGridCollectionFunction &coeff, const RealGridCollectionFunction &u, const RealGridCollectionFunction &f, RealGridCollectionFunction &r) |
| #define COEFF | ( | i, | |
| n, | |||
| I1, | |||
| I2, | |||
| I3 | |||
| ) | coeffG(i+stencilDim*(n),I1,I2,I3) |
Referenced by residual().
| #define EQUATIONNUMBER | ( | i, | |
| n, | |||
| I1, | |||
| I2, | |||
| I3 | |||
| ) | equationNumberX(i+stencilDim*(n),I1,I2,I3) |
| #define ForBoundary | ( | side, | |
| axis | |||
| ) |
| int residual | ( | const RealGridCollectionFunction & | coeff, |
| const RealGridCollectionFunction & | u, | ||
| const RealGridCollectionFunction & | f, | ||
| RealGridCollectionFunction & | r | ||
| ) |
References assert, axis1, axis2, axis3, COEFF, dimension, End, fabs(), doubleGridCollectionFunction::getGridCollection(), doubleGridCollectionFunction::getIsACoefficientMatrix(), i2, NULL, GridCollection::numberOfDimensions(), GenericGridCollection::numberOfGrids(), doubleGridCollectionFunction::sparse, Start, and SparseRepForMGF::unused.
Referenced by main().
1.8.3