|
Overture
Version 25
|

Go to the source code of this file.
Namespaces | |
| namespace | GridFunctionNorms |
Functions | |
| real | l2Norm (const realMappedGridFunction &u, const int cc=0, int maskOption=0, int extra=0) |
| real | l2Norm (const realCompositeGridFunction &u, const int cc=0, int maskOption=0, int extra=0) |
| real | maxNorm (const realMappedGridFunction &u, const int cc=0, int maskOption=0, int extra=0) |
| real | maxNorm (const realCompositeGridFunction &u, const int cc=0, int maskOption=0, int extra=0) |
| real | lpNorm (const int p, const realCompositeGridFunction &u, const int cc=0, int maskOption=0, int extra=0, int normOption=0) |
| int | GridFunctionNorms::getBounds (const realCompositeGridFunction &u, RealArray &uMin, RealArray &uMax, const Range &C=nullRange) |
| int | GridFunctionNorms::getBounds (const realMappedGridFunction &u, RealArray &uMin, RealArray &uMax, const Range &C=nullRange) |
| real l2Norm | ( | const realMappedGridFunction & | u, |
| const int | cc = 0, |
||
| int | maskOption = 0, |
||
| int | extra = 0 |
||
| ) |
References getL2normOpt, getLocalArrayWithGhostBoundaries(), doubleMappedGridFunction::getMappedGrid(), ParallelUtility::getSum(), gid, MappedGrid::gridIndexRange(), MappedGrid::mask(), max(), min(), and MappedGrid::numberOfDimensions().
Referenced by Ogen::cutHolesNewer(), getNormal(), CompositeSurface::getNormals(), and PlotIt::plotGridQuality().
| real l2Norm | ( | const realCompositeGridFunction & | u, |
| const int | cc = 0, |
||
| int | maskOption = 0, |
||
| int | extra = 0 |
||
| ) |
| real lpNorm | ( | const int | p, |
| const realCompositeGridFunction & | u, | ||
| const int | cc = 0, |
||
| int | maskOption = 0, |
||
| int | extra = 0, |
||
| int | normOption = 0 |
||
| ) |
References c, dx, getAreaWeightedLpNorm, MappedGrid::getDeltaX(), getLocalArrayWithGhostBoundaries(), getLpNormOpt, ParallelUtility::getSum(), gid, doubleGridCollectionFunction::gridCollection, MappedGrid::gridIndexRange(), MappedGrid::gridSpacing(), MappedGrid::inverseVertexDerivative(), MappedGrid::isRectangular(), MappedGrid::mask(), max(), min(), GenericGridCollection::numberOfComponentGrids(), MappedGrid::numberOfDimensions(), pow(), REAL_MIN, MappedGrid::THEinverseVertexDerivative, and MappedGrid::update().
Referenced by main().
| real maxNorm | ( | const realMappedGridFunction & | u, |
| const int | cc = 0, |
||
| int | maskOption = 0, |
||
| int | extra = 0 |
||
| ) |
References getLocalArrayWithGhostBoundaries(), doubleMappedGridFunction::getMappedGrid(), getMaxNormOpt, ParallelUtility::getMaxValue(), gid, MappedGrid::gridIndexRange(), MappedGrid::mask(), max(), maxNorm(), min(), and MappedGrid::numberOfDimensions().
Referenced by main(), maxNorm(), and PlotIt::plotGridQuality().
| real maxNorm | ( | const realCompositeGridFunction & | u, |
| const int | cc = 0, |
||
| int | maskOption = 0, |
||
| int | extra = 0 |
||
| ) |
References c, getLocalArrayWithGhostBoundaries(), getMaxNormOpt, ParallelUtility::getMaxValue(), gid, doubleGridCollectionFunction::gridCollection, MappedGrid::gridIndexRange(), MappedGrid::mask(), max(), maxNorm(), min(), GenericGridCollection::numberOfComponentGrids(), and MappedGrid::numberOfDimensions().
1.8.3