Overture
Version 25
|
#include "MappedGrid.h"
#include "LineMapping.h"
#include "SquareMapping.h"
#include "BoxMapping.h"
#include "ReparameterizationTransform.h"
#include "UnstructuredMapping.h"
#include <algorithm>
#include "ParallelUtility.h"
#include "App.h"
Macros | |
#define | extendedRange(side, axis) pExtendedRange[(side)+2*(axis)] |
#define | MAPPED_GRID_UPDATE_INDIRECT_ADDRESSING_VECTOR(I, Iarray, kd, pad) |
#define | MG_NEW ::new |
#define | MAPPED_GRID_DATA_DESTROY(x) if (x) { ::delete x; x = NULL; } |
Functions | |
ostream & | operator<< (ostream &s, const MappedGrid &g) |
#define extendedRange | ( | side, | |
axis | |||
) | pExtendedRange[(side)+2*(axis)] |
Referenced by MappedGridData::equals(), MappedGridData::get(), MappedGridData::initialize(), and MappedGridData::update().
Referenced by MappedGridData::destroy().
#define MAPPED_GRID_UPDATE_INDIRECT_ADDRESSING_VECTOR | ( | I, | |
Iarray, | |||
kd, | |||
pad | |||
) |
Referenced by MappedGridData::update().
#define MG_NEW ::new |
ostream& operator<< | ( | ostream & | s, |
const MappedGrid & | g | ||
) |
References MappedGrid::boundaryCondition(), MappedGrid::boundaryDiscretizationWidth(), MappedGrid::boundingBox(), MappedGrid::dimension(), MappedGrid::discretizationWidth(), MappedGrid::extendedIndexRange(), MappedGrid::gridIndexRange(), MappedGrid::gridSpacing(), MappedGrid::indexRange(), MappedGrid::isAllCellCentered(), MappedGrid::isAllVertexCentered(), MappedGrid::isCellCentered(), MappedGrid::isPeriodic(), MappedGrid::numberOfDimensions(), MappedGrid::numberOfGhostPoints(), MappedGrid::sharedBoundaryFlag(), MappedGrid::sharedBoundaryTolerance(), and MappedGrid::useGhostPoints().