Overture
Version 25
|
Functions | |
void | getIndex (const MappedGrid &c, int positionOfFaceCentering, const IntegerArray &positionOfComponent, const IntegerArray &isCellCentered, int component, Index &I1, Index &I2, Index &I3, int extra1, int extra2, int extra3) |
void | getIndex (const floatMappedGridFunction &u, Index &I1, Index &I2, Index &I3, int extra1, int extra2, int extra3) |
void | getIndex (const doubleMappedGridFunction &u, Index &I1, Index &I2, Index &I3, int extra1, int extra2, int extra3) |
void | getIndex (const intMappedGridFunction &u, Index &I1, Index &I2, Index &I3, int extra1, int extra2, int extra3) |
void | getIndex (const floatMappedGridFunction &u, int component, Index &I1, Index &I2, Index &I3, int extra1, int extra2, int extra3) |
void | getIndex (const doubleMappedGridFunction &u, int component, Index &I1, Index &I2, Index &I3, int extra1, int extra2, int extra3) |
void | getIndex (const intMappedGridFunction &u, int component, Index &I1, Index &I2, Index &I3, int extra1, int extra2, int extra3) |
void | getBoundaryIndex (const floatMappedGridFunction &u, int side, int axis, Index &Ib1, Index &Ib2, Index &Ib3, int extra1, int extra2, int extra3) |
void | getBoundaryIndex (const doubleMappedGridFunction &u, int side, int axis, Index &Ib1, Index &Ib2, Index &Ib3, int extra1, int extra2, int extra3) |
void | getBoundaryIndex (const intMappedGridFunction &u, int side, int axis, Index &Ib1, Index &Ib2, Index &Ib3, int extra1, int extra2, int extra3) |
void | getBoundaryIndex (const intMappedGridFunction &u, int component, int side, int axis, Index &Ib1, Index &Ib2, Index &Ib3, int extra1, int extra2, int extra3) |
void | getBoundaryIndex (const doubleMappedGridFunction &u, int component, int side, int axis, Index &Ib1, Index &Ib2, Index &Ib3, int extra1, int extra2, int extra3) |
void | getBoundaryIndex (const floatMappedGridFunction &u, int component, int side, int axis, Index &Ib1, Index &Ib2, Index &Ib3, int extra1, int extra2, int extra3) |
void | getGhostIndex (const MappedGrid &c, int positionOfFaceCentering, const IntegerArray &positionOfComponent, const IntegerArray &isCellCentered, int component, int side, int axis0, Index &Ig1, Index &Ig2, Index &Ig3, int ghostLine, int extra1, int extra2, int extra3) |
void | getGhostIndex (const floatMappedGridFunction &u, int side, int axis0, Index &Ig1, Index &Ig2, Index &Ig3, int ghostLine, int extra1, int extra2, int extra3) |
void | getGhostIndex (const doubleMappedGridFunction &u, int side, int axis0, Index &Ig1, Index &Ig2, Index &Ig3, int ghostLine, int extra1, int extra2, int extra3) |
void | getGhostIndex (const intMappedGridFunction &u, int side, int axis0, Index &Ig1, Index &Ig2, Index &Ig3, int ghostLine, int extra1, int extra2, int extra3) |
void | getGhostIndex (const floatMappedGridFunction &u, int component, int side, int axis, Index &Ig1, Index &Ig2, Index &Ig3, int ghostLine, int extra1, int extra2, int extra3) |
void | getGhostIndex (const doubleMappedGridFunction &u, int component, int side, int axis, Index &Ig1, Index &Ig2, Index &Ig3, int ghostLine, int extra1, int extra2, int extra3) |
void | getGhostIndex (const intMappedGridFunction &u, int component, int side, int axis, Index &Ig1, Index &Ig2, Index &Ig3, int ghostLine, int extra1, int extra2, int extra3) |
IntegerArray | extendedGridIndexRange (const MappedGrid &mg) |
IntegerArray | extendedGridRange (const MappedGrid &mg) |
IntegerArray extendedGridIndexRange | ( | const MappedGrid & | mg | ) |
References MappedGrid::boundaryCondition(), End, extendedGridIndexRange(), MappedGrid::extendedIndexRange(), MappedGrid::gridIndexRange(), MappedGrid::numberOfDimensions(), and Start.
Referenced by Ogmg::applyBoundaryConditions(), Ogen::buildCutout(), Ogmg::buildExtraLevelsNew(), Regrid::buildGrids(), InterpolatePoints::buildInterpolationInfo(), InterpolatePointsOnAGrid::buildInterpolationInfo(), Regrid::buildTaggedCells(), Ogen::changeParameters(), checkError(), Ogen::checkInterpolationOnBoundaries(), Ogen::checkRefinementInterpolation(), Ogen::checkRefinementInterpolationNew(), Ogen::classifyRedundantPoints(), Ogmg::coarseToFineTest(), Ogen::cutHoles(), Ogen::cutHolesNew(), Ogen::cutHolesNewer(), SurfaceStitcher::enlargeGapWidth(), extendedGridIndexRange(), fileOutput(), Ogmg::fineToCoarse(), Ogmg::fineToCoarseTest(), MappedGridData::get(), PlotIt::grid3d(), ExposedPoints::initialize(), InterpolatePoints::interpolateAllPoints(), InterpolatePointsOnAGrid::interpolateAllPoints(), InterpolateRefinements::interpolateRefinements(), interpolateRefinements(), Ogen::lastChanceInterpolation(), main(), ErrorEstimator::plotErrorPoints(), PlotIt::plotGrid2d(), PlotIt::plotGridBoundaries(), Ogen::removeExteriorPointsNew(), FileOutput::saveData(), PlotIt::surfaceGrid3d(), and DataFormats::writePlot3d().
IntegerArray extendedGridRange | ( | const MappedGrid & | mg | ) |
References MappedGrid::boundaryCondition(), MappedGrid::boundaryFlag(), End, extendedGridRange(), MappedGrid::extendedRange(), MappedGrid::gridIndexRange(), MappedGrid::mixedPhysicalInterpolationBoundary, MappedGrid::numberOfDimensions(), and Start.
Referenced by Ogen::computeOverlap(), and extendedGridRange().
void getBoundaryIndex | ( | const floatMappedGridFunction & | u, |
int | side, | ||
int | axis, | ||
Index & | Ib1, | ||
Index & | Ib2, | ||
Index & | Ib3, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References getGhostIndex().
void getBoundaryIndex | ( | const doubleMappedGridFunction & | u, |
int | side, | ||
int | axis, | ||
Index & | Ib1, | ||
Index & | Ib2, | ||
Index & | Ib3, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References getGhostIndex().
void getBoundaryIndex | ( | const intMappedGridFunction & | u, |
int | side, | ||
int | axis, | ||
Index & | Ib1, | ||
Index & | Ib2, | ||
Index & | Ib3, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References getGhostIndex().
void getBoundaryIndex | ( | const intMappedGridFunction & | u, |
int | component, | ||
int | side, | ||
int | axis, | ||
Index & | Ib1, | ||
Index & | Ib2, | ||
Index & | Ib3, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References getGhostIndex().
void getBoundaryIndex | ( | const doubleMappedGridFunction & | u, |
int | component, | ||
int | side, | ||
int | axis, | ||
Index & | Ib1, | ||
Index & | Ib2, | ||
Index & | Ib3, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References getGhostIndex().
void getBoundaryIndex | ( | const floatMappedGridFunction & | u, |
int | component, | ||
int | side, | ||
int | axis, | ||
Index & | Ib1, | ||
Index & | Ib2, | ||
Index & | Ib3, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References getGhostIndex().
void getGhostIndex | ( | const MappedGrid & | c, |
int | positionOfFaceCentering, | ||
const IntegerArray & | positionOfComponent, | ||
const IntegerArray & | isCellCentered, | ||
int | component, | ||
int | side, | ||
int | axis0, | ||
Index & | Ig1, | ||
Index & | Ig2, | ||
Index & | Ig3, | ||
int | ghostLine, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References axis1, axis2, axis3, End, MappedGrid::indexRange(), MappedGrid::isCellCentered(), MappedGrid::numberOfDimensions(), OGgetIndexDefaultValue, R, and Start.
void getGhostIndex | ( | const floatMappedGridFunction & | u, |
int | side, | ||
int | axis0, | ||
Index & | Ig1, | ||
Index & | Ig2, | ||
Index & | Ig3, | ||
int | ghostLine, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References getGhostIndex().
void getGhostIndex | ( | const doubleMappedGridFunction & | u, |
int | side, | ||
int | axis0, | ||
Index & | Ig1, | ||
Index & | Ig2, | ||
Index & | Ig3, | ||
int | ghostLine, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References getGhostIndex().
void getGhostIndex | ( | const intMappedGridFunction & | u, |
int | side, | ||
int | axis0, | ||
Index & | Ig1, | ||
Index & | Ig2, | ||
Index & | Ig3, | ||
int | ghostLine, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References getGhostIndex().
void getGhostIndex | ( | const floatMappedGridFunction & | u, |
int | component, | ||
int | side, | ||
int | axis, | ||
Index & | Ig1, | ||
Index & | Ig2, | ||
Index & | Ig3, | ||
int | ghostLine, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
void getGhostIndex | ( | const doubleMappedGridFunction & | u, |
int | component, | ||
int | side, | ||
int | axis, | ||
Index & | Ig1, | ||
Index & | Ig2, | ||
Index & | Ig3, | ||
int | ghostLine, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
void getGhostIndex | ( | const intMappedGridFunction & | u, |
int | component, | ||
int | side, | ||
int | axis, | ||
Index & | Ig1, | ||
Index & | Ig2, | ||
Index & | Ig3, | ||
int | ghostLine, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
void getIndex | ( | const MappedGrid & | c, |
int | positionOfFaceCentering, | ||
const IntegerArray & | positionOfComponent, | ||
const IntegerArray & | isCellCentered, | ||
int | component, | ||
Index & | I1, | ||
Index & | I2, | ||
Index & | I3, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References axis1, axis2, axis3, UnstructuredMapping::Edge, End, UnstructuredMapping::Face, MappedGrid::getGridType(), MappingRC::getMapping(), MappedGrid::indexRange(), MappedGrid::isCellCentered(), MappedGrid::mapping(), max(), min(), MappedGrid::numberOfDimensions(), OGgetIndexDefaultValue, R, UnstructuredMapping::Region, UnstructuredMapping::size(), Start, GenericGrid::structuredGrid, and UnstructuredMapping::Vertex.
void getIndex | ( | const floatMappedGridFunction & | u, |
Index & | I1, | ||
Index & | I2, | ||
Index & | I3, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References getIndex().
void getIndex | ( | const doubleMappedGridFunction & | u, |
Index & | I1, | ||
Index & | I2, | ||
Index & | I3, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References getIndex().
void getIndex | ( | const intMappedGridFunction & | u, |
Index & | I1, | ||
Index & | I2, | ||
Index & | I3, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
References getIndex().
void getIndex | ( | const floatMappedGridFunction & | u, |
int | component, | ||
Index & | I1, | ||
Index & | I2, | ||
Index & | I3, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
void getIndex | ( | const doubleMappedGridFunction & | u, |
int | component, | ||
Index & | I1, | ||
Index & | I2, | ||
Index & | I3, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |
void getIndex | ( | const intMappedGridFunction & | u, |
int | component, | ||
Index & | I1, | ||
Index & | I2, | ||
Index & | I3, | ||
int | extra1, | ||
int | extra2, | ||
int | extra3 | ||
) |