Overture  Version 25
Functions | Variables
display.h File Reference
#include "DisplayParameters.h"
#include "GridFunction.h"
Include dependency graph for display.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int display (const intArray &x, const char *label=NULL, FILE *file=NULL, const char *format_=NULL, const Index *Iv=NULL)
 
int display (const floatArray &x, const char *label=NULL, FILE *file=NULL, const char *format_=NULL, const Index *Iv=NULL)
 
int display (const doubleArray &x, const char *label=NULL, FILE *file=NULL, const char *format_=NULL, const Index *Iv=NULL)
 
int display (const intArray &x, const char *label, const char *format_, const Index *Iv=NULL)
 
int display (const floatArray &x, const char *label, const char *format_, const Index *Iv=NULL)
 
int display (const doubleArray &x, const char *label, const char *format_, const Index *Iv=NULL)
 
int display (const intArray &x, const char *label, const DisplayParameters &displayParameters, const Index *Iv=NULL)
 
int display (const floatArray &x, const char *label, const DisplayParameters &displayParameters, const Index *Iv=NULL)
 
int display (const doubleArray &x, const char *label, const DisplayParameters &displayParameters, const Index *Iv=NULL)
 
int displayMask (const intArray &mask, const aString &label=nullString, FILE *file=NULL, const Index *Iv=NULL)
 
int displayMask (const intArray &mask, const aString &label, const DisplayParameters &displayParameters, const Index *Iv=NULL)
 
int displayCoeff (realMappedGridFunction &coeff, const aString &label, FILE *file=stdout, const aString format=nullString)
 Output the equations contained in a coefficient matrix.
 

Variables

const aString nullString
 

Function Documentation

int display ( const intArray &  x,
const char *  label = NULL,
FILE *  file = NULL,
const char *  format_ = NULL,
const Index *  Iv = NULL 
)

References display(), and NULL.

Referenced by MappedGridOperators::applyBoundaryCondition(), GridSmoother::applyBoundaryConditions(), EllipticGridGenerator::applyBoundaryConditions(), Ogmg::applyBoundaryConditions(), Ogmg::applyInitialConditions(), Ogmg::assignBoundaryConditionCoefficients(), Ogen::buildACompositeGrid(), Integrate::buildAdaptiveMeshRefinementSurfaceWeights(), Ogmg::buildExtraLevels(), Ogmg::buildExtraLevelsNew(), InterpolatePoints::buildInterpolationInfo(), InterpolatePointsOnAGrid::buildInterpolationInfo(), MappedGridOperators::buildNeumannCoefficientMatrix(), OffsetShell::buildOffsetMappings(), buildParameterCurveFromSpaceCurve(), CompositeTopology::buildSubSurfaceTriangulation(), MappingBuilder::buildSurfacePatch(), Ogen::changeParameters(), checkError(), ExposedPoints::checkForBetterQualityInterpolation(), checkGrid(), Ogen::classifyPoints(), Ogmg::coarseToFineTest(), FilamentMapping::computeCircularFilament(), DerivedFunctions::computeDerivedFunctions(), Ogmg::computeLeftNullVector(), CopyArray::copyArray(), CopyArray::copyCoarseToFine(), MappingsFromCAD::createCurveOnAParametricSurface(), MappingsFromCAD::createSurface(), createSurfaceForAFace(), Ogen::cutHoles(), Ogen::cutHolesNew(), Ogen::cutHolesNewer(), Ogmg::defectNorm(), EllipticGridGenerator::defineBoundaryControlFunction(), GridCollection::deleteGrid(), CompositeGrid::deleteGrid(), Ogen::determineBoundaryPointsToAdjust(), display(), floatGridCollectionFunction::display(), intGridCollectionFunction::display(), doubleGridCollectionFunction::display(), displayMaskNeeded(), displayMaskPrivate(), Ogmg::evaluateTheDefectFormula(), fileOutput(), Regrid::findCutPoint(), AssignInterpNeighbours::findInterpolationNeighbours(), GenericMappedGridOperators::findInterpolationNeighbours(), Ogmg::fineToCoarseTest(), SparseRepForMGF::fixUpClassify(), Ogen::generateInterpolationArrays(), Ogen::getAdjustmentVectors(), EllipticGridGenerator::getControlFunctions(), HDF_DataBase::getDistributed(), getError(), HyperbolicMapping::getNormalAndSurfaceArea(), EllipticGridGenerator::getResidual(), ApproximateGlobalInverse::initializeBoundingBoxTrees(), Ogen::interpolateAll(), Interpolate::interpolateFineFromCoarse(), Ogen::interpolateMixedBoundary(), InterpolateRefinements::interpolateRefinementBoundaries(), InterpolateRefinements::interpolateRefinements(), Triangle::intersects(), main(), HyperbolicMapping::matchToCurve(), Ogen::movingUpdate(), Ogen::movingUpdateNew(), Ogmg::operatorAveraging(), outputMovingGrids(), ShowFilePlotter::plot(), PlotIt::plot(), EllipticGridGenerator::plot(), PlotIt::plotGrid2d(), printInfo(), HDF_DataBase::putDistributed(), MappingsFromCAD::readOneCurve(), Regrid::regridAligned(), Regrid::regridRotated(), FileOutput::saveData(), ParallelOverlappingGridInterpolator::setup(), Ogmg::smooth(), Ogmg::smoothInterpolationNeighbours(), Ogmg::smoothJacobi(), Ogmg::smoothLine(), Ogmg::smoothRedBlack(), Ogmg::smoothTest(), Regrid::splitBox(), Regrid::splitBoxRotated(), Integrate::surfaceIntegral(), Interpolant::testInterpolation(), CompositeTopology::triangulateCompositeSurface(), Ogen::updateRefinement(), Ogen::updateRefinementFillInterpolationData(), Ogen::updateRefinementFillInterpolationDataNew(), and Ogen::updateRefinementNew().

int display ( const floatArray &  x,
const char *  label = NULL,
FILE *  file = NULL,
const char *  format_ = NULL,
const Index *  Iv = NULL 
)

References display(), and NULL.

int display ( const doubleArray &  x,
const char *  label = NULL,
FILE *  file = NULL,
const char *  format_ = NULL,
const Index *  Iv = NULL 
)

References display(), and NULL.

int display ( const intArray &  x,
const char *  label,
const char *  format_,
const Index *  Iv = NULL 
)

References display(), and NULL.

int display ( const floatArray &  x,
const char *  label,
const char *  format_,
const Index *  Iv = NULL 
)

References display(), and NULL.

int display ( const doubleArray &  x,
const char *  label,
const char *  format_,
const Index *  Iv = NULL 
)

References display(), and NULL.

int display ( const intArray &  x,
const char *  label,
const DisplayParameters displayParameters,
const Index *  Iv = NULL 
)

References display(), and NULL.

int display ( const floatArray &  x,
const char *  label,
const DisplayParameters displayParameters,
const Index *  Iv = NULL 
)

References display(), and NULL.

int display ( const doubleArray &  x,
const char *  label,
const DisplayParameters displayParameters,
const Index *  Iv = NULL 
)

References display(), and NULL.

int displayCoeff ( realMappedGridFunction coeff,
const aString label,
FILE *  file,
const aString  format 
)

Output the equations contained in a coefficient matrix.

Parameters
coeff,:output the equations for this matrix.
label,:write this label as the header.
file,:write results to this file. In parallel, only the local array is written to this file and thus there should be a different file for each processor.
format,:output format

References assert, c, ce, CopyArray::copyArray(), D, FOR_3D, fPrintF(), getIndex(), getLocalArrayWithGhostBoundaries(), doubleMappedGridFunction::getMappedGrid(), MappedGrid::gridIndexRange(), i2, MappedGrid::mask(), max(), NULL, SparseRepForMGF::numberOfComponents, MappedGrid::numberOfDimensions(), SparseRepForMGF::numberOfGhostLines, S, doubleMappedGridFunction::sparse, and SparseRepForMGF::stencilSize.

Referenced by Ogmg::buildPredefinedCoefficientMatrix(), Integrate::computeWeights(), Oges::generateMatrix(), and Ogmg::operatorAveraging().

int displayMask ( const intArray &  mask,
const aString label = nullString,
FILE *  file = NULL,
const Index *  Iv = NULL 
)
int displayMask ( const intArray &  mask,
const aString label,
const DisplayParameters displayParameters,
const Index *  Iv = NULL 
)

References displayMaskPrivate(), and NULL.

Variable Documentation

const aString nullString