Overture
Version 25
|
Macros | |
#define | FOR_3D(i1, i2, i3, I1, I2, I3) int I1Base,I2Base,I3Base;int I1Bound,I2Bound,I3Bound;I1Base=I1.getBase(); I2Base=I2.getBase(); I3Base=I3.getBase();I1Bound=I1.getBound(); I2Bound=I2.getBound(); I3Bound=I3.getBound();for( i3=I3Base; i3<=I3Bound; i3++ ) for( i2=I2Base; i2<=I2Bound; i2++ ) for( i1=I1Base; i1<=I1Bound; i1++ ) |
#define | FOR_3(i1, i2, i3, I1, I2, I3) I1Base=I1.getBase(); I2Base=I2.getBase(); I3Base=I3.getBase();I1Bound=I1.getBound(); I2Bound=I2.getBound(); I3Bound=I3.getBound();for( i3=I3Base; i3<=I3Bound; i3++ ) for( i2=I2Base; i2<=I2Bound; i2++ ) for( i1=I1Base; i1<=I1Bound; i1++ ) |
#define | FOR_M() for( int m3=-1; m3<=m3b; m3++ )for( int m2=-1; m2<=1; m2++ )for( int m1=-1; m1<=1; m1++ ) |
#define | dx(axis) pdx[axis] |
#define | dr(axis) pdr[axis] |
#define | RX(i1, i2, i3, m, n) rsxyLocal(i1,i2,i3,(m)+numberOfDimensions*(n)) |
#define | RX(i1, i2, i3, m, n) rsxy(i1,i2,i3,(m)+numberOfDimensions*(n)) |
#define dr | ( | axis | ) | pdr[axis] |
#define dx | ( | axis | ) | pdx[axis] |
Referenced by HyperbolicMapping::applyBoundaryConditions(), Ogmg::applyBoundaryConditions(), Ogmg::assignBoundaryConditionCoefficients(), DataPointMapping::basicInverseS(), OffsetShell::buildOffsetMappings(), Mapping::checkMapping(), Ogen::checkRefinementInterpolation(), Ogen::checkRefinementInterpolationNew(), AdvancingFront::computeTransformationAtPoint(), PlotIt::contour3d(), PlotIt::contourOpt2d(), Ogen::cutHoles(), Ogen::cutHolesNew(), Ogen::cutHolesNewer(), Mapping::determineResolution(), TMquad::distanceToCurve(), SquareMapping::getBoundingBox(), BoxMapping::getBoundingBox(), ReparameterizationTransform::getBoundingBox(), Ogmg::getDefect(), MappedGrid::getDeltaX(), getDt(), PlotIt::getGridBounds(), GridStatistics::getGridSpacing(), getInitialConditions(), Ogmg::getInterpolationCoordinates(), Ogmg::getInterpolationCoordinatesNew(), Ogmg::getInterpolationCoordinatesNewOld(), getSignForJacobian(), PlotIt::grid3d(), ExposedPoints::initialize(), Ogmg::initializeConstantCoefficients(), InterpolatePoints::interpolateAllPoints(), InterpolatePointsOnAGrid::interpolateAllPoints(), Ogen::interpolateAPoint(), interpolateExposedPoints(), intersect2D(), TMquad::inThisSquare(), lpNorm(), main(), SmoothedPolygon::map(), SmoothedPolygon::mapS(), optimize_one_node_newton_fv(), optimize_one_node_steepest_descent(), GL_GraphicsInterface::plotAxes(), PlotIt::plotGrid2d(), PlotIt::plotGridBoundaries(), PlotIt::plotShadedFace(), GridStatistics::printGridStatistics(), refineTriangulation(), Region::Region(), Regrid::regridRotated(), Oges::setEquationAndBoundaryConditions(), Ogmg::smoothBoundary(), Ogmg::smoothInterpolationNeighbours(), Ogmg::smoothJacobi(), Ogmg::smoothLine(), Ogmg::smoothRedBlack(), spewPrimitiveEPS(), PlotIt::surfaceGrid3d(), TFIRegion::TFIRegion(), TMquad::TMquad(), UnstructuredRegion::UnstructuredRegion(), Mapping::update(), Ogen::updateRefinement(), Ogen::updateRefinementFillInterpolationData(), Ogen::updateRefinementFillInterpolationDataNew(), Ogen::updateRefinementNew(), StretchTransform::updateStretchingParameters(), xInterpolate(), and xInterpolateOpt().
#define FOR_3 | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) | I1Base=I1.getBase(); I2Base=I2.getBase(); I3Base=I3.getBase();I1Bound=I1.getBound(); I2Bound=I2.getBound(); I3Bound=I3.getBound();for( i3=I3Base; i3<=I3Bound; i3++ ) for( i2=I2Base; i2<=I2Bound; i2++ ) for( i1=I1Base; i1<=I1Bound; i1++ ) |
#define FOR_3D | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) | int I1Base,I2Base,I3Base;int I1Bound,I2Bound,I3Bound;I1Base=I1.getBase(); I2Base=I2.getBase(); I3Base=I3.getBase();I1Bound=I1.getBound(); I2Bound=I2.getBound(); I3Bound=I3.getBound();for( i3=I3Base; i3<=I3Bound; i3++ ) for( i2=I2Base; i2<=I2Bound; i2++ ) for( i1=I1Base; i1<=I1Bound; i1++ ) |
Referenced by Ogmg::assignBoundaryConditionCoefficients().
#define FOR_M | ( | ) | for( int m3=-1; m3<=m3b; m3++ )for( int m2=-1; m2<=1; m2++ )for( int m1=-1; m1<=1; m1++ ) |
Referenced by Ogmg::assignBoundaryConditionCoefficients().