|
Overture
Version 25
|
#include "HyperbolicMapping.h"#include "DataPointMapping.h"#include "TridiagonalSolver.h"#include "display.h"#include "arrayGetIndex.h"#include "MatchingCurve.h"
Macros | |
| #define | VOLUME(ds) (ds(I1,I2)*ss(I1,I2)/s(I1,I2)) |
| #define | DIST(i) |
Functions | |
| int | numberOfPossibleMultigridLevels (const IntegerArray &gridIndexRange) |
| Return the number of multigrid levels that could be built on this grid. | |
| #define DIST | ( | i | ) |
Referenced by HyperbolicMapping::evaluateStartCurve().
| #define VOLUME | ( | ds | ) | (ds(I1,I2)*ss(I1,I2)/s(I1,I2)) |
Referenced by HyperbolicMapping::generate(), and HyperbolicMapping::initializeSurfaceGrid().
| int numberOfPossibleMultigridLevels | ( | const IntegerArray & | gridIndexRange | ) |
Return the number of multigrid levels that could be built on this grid.
References End, FALSE, pow(), Start, and TRUE.
Referenced by HyperbolicMapping::generate(), and HyperbolicMapping::update().
1.8.3