|
Overture
Version 25
|
#include "Ogen.h"#include "PlotStuff.h"#include "MappingRC.h"#include "conversion.h"#include "display.h"#include "HDF_DataBase.h"
Macros | |
| #define | FORJP(k1, k2, k3, j1, j2, j3) |
| #define | ENDFORJP }}} |
| #define | FORJP_STENCIL(k1, k2, k3, j1, j2, j3) |
| #define | ENDFORJP_STENCIL }}} |
| #define | XC(iv, axis) (xab[0][axis]+dvx[axis]*(iv[axis]-iv0[axis])) |
Typedefs | |
| typedef TrivialArray < BoundaryAdjustment, Range > | BoundaryAdjustmentArray |
| typedef TrivialArray < BoundaryAdjustmentArray, Range > | BoundaryAdjustmentArray2 |
Functions | |
| int | outputMovingGrids (CompositeGrid &cgNew, CompositeGrid &cgOld, const LogicalArray &hasMoved) |
| #define ENDFORJP }}} |
Referenced by Ogen::movingUpdate().
| #define ENDFORJP_STENCIL }}} |
Referenced by Ogen::movingUpdate().
| #define FORJP | ( | k1, | |
| k2, | |||
| k3, | |||
| j1, | |||
| j2, | |||
| j3 | |||
| ) |
Referenced by Ogen::movingUpdate().
| #define FORJP_STENCIL | ( | k1, | |
| k2, | |||
| k3, | |||
| j1, | |||
| j2, | |||
| j3 | |||
| ) |
Referenced by Ogen::movingUpdate().
| #define XC | ( | iv, | |
| axis | |||
| ) | (xab[0][axis]+dvx[axis]*(iv[axis]-iv0[axis])) |
| typedef TrivialArray<BoundaryAdjustment,Range> BoundaryAdjustmentArray |
| typedef TrivialArray<BoundaryAdjustmentArray,Range> BoundaryAdjustmentArray2 |
| int outputMovingGrids | ( | CompositeGrid & | cgNew, |
| CompositeGrid & | cgOld, | ||
| const LogicalArray & | hasMoved | ||
| ) |
References aString, c, GenericGridCollectionData::computedGeometry, CompositeGrid::deleteRefinementLevels(), CompositeGrid::destroy(), display(), CompositeGrid::EVERYTHING, MappedGrid::EVERYTHING, HDF_DataBase::mount(), GenericDataBase::normalMode, GenericDataBase::noStreamMode, GenericGridCollection::numberOfGrids(), CompositeGrid::numberOfInterpolationPoints, GenericGridCollection::numberOfRefinementLevels(), printF(), HDF_DataBase::put(), CompositeGrid::put(), HDF_DataBase::setMode(), CompositeGrid::THEinterpolationCoordinates, CompositeGrid::THEinterpolationPoint, CompositeGrid::THEinterpoleeGrid, CompositeGrid::THEinterpoleeLocation, GridCollection::THEmask, MappedGrid::THEmask, HDF_DataBase::unmount(), and CompositeGrid::updateReferences().
Referenced by Ogen::movingUpdate().
1.8.3