Overture
Version 25
|
#include "display.h"
#include "MappedGrid.h"
#include "conversion.h"
#include "CompositeGrid.h"
#include "ParallelUtility.h"
Functions | |
int | displayMaskPrivate (const intArray &mask, const aString &label, FILE *file, const DisplayParameters *displayParameters, const Index *Iv) |
int | displayMask (const intArray &mask, const aString &label, const DisplayParameters &displayParameters, const Index *Iv) |
int | displayMask (const intArray &mask, const aString &label, FILE *file, const Index *Iv) |
int displayMask | ( | const intArray & | mask, |
const aString & | label, | ||
const DisplayParameters & | displayParameters, | ||
const Index * | Iv | ||
) |
References displayMaskPrivate(), and NULL.
int displayMask | ( | const intArray & | mask, |
const aString & | label, | ||
FILE * | file, | ||
const Index * | Iv | ||
) |
References displayMaskPrivate(), and NULL.
Referenced by Ogmg::buildExtraLevels(), Ogmg::buildExtraLevelsNew(), CanInterpolate::canInterpolate(), CanInterpolate::canInterpolateOld(), checkError(), checkGrid(), Ogen::checkHoleCutting(), Ogen::checkInterpolationOnBoundaries(), Ogen::classifyPoints(), Ogen::classifyRedundantPoints(), Integrate::computeStitchedSurfaceWeights(), Ogen::cutHolesNewer(), fileOutput(), AssignInterpNeighbours::findInterpolationNeighbours(), GenericMappedGridOperators::findInterpolationNeighbours(), SparseRepForMGF::fixUpClassify(), ExposedPoints::initialize(), Ogen::interpolateMixedBoundary(), InterpolateRefinements::interpolateRefinements(), interpolateRefinements(), main(), Ogen::markMaskAtGhost(), Ogen::movingUpdate(), Ogen::movingUpdateNew(), Ogen::plot(), printInfo(), Ogen::removeExteriorPointsNew(), FileOutput::saveData(), Ogmg::smoothLine(), Ogmg::smoothRedBlack(), Interpolant::testInterpolation(), Ogen::updateRefinement(), Ogen::updateRefinementFillInterpolationData(), Ogen::updateRefinementFillInterpolationDataNew(), Ogen::updateRefinementNew(), and Ogen::updateRefinementNewer().
int displayMaskPrivate | ( | const intArray & | mask, |
const aString & | label, | ||
FILE * | file, | ||
const DisplayParameters * | displayParameters, | ||
const Index * | Iv | ||
) |
References display(), DisplayParameters::file, getLocalArrayWithGhostBoundaries(), DisplayParameters::indexLabel, DisplayParameters::intFormat, MappedGrid::ISdiscretizationPoint, MappedGrid::ISghostPoint, MappedGrid::IShiddenByRefinement, MappedGrid::ISinteriorBoundaryPoint, GridCollection::ISreservedBit2, max(), NULL, DisplayParameters::ordering, DisplayParameters::set(), and GridCollection::USESbackupRules.
Referenced by displayMask().