|
Overture
Version 25
|


Go to the source code of this file.
Functions | |
| void | turnOnAutomaticCommunication () |
| void | turnOffAutomaticCommunication () |
| bool | getAutomaticCommunication () |
| int | getSent () |
| int | getReceived () |
| void | printMessageInfo (const char *msg, FILE *file=stdout) |
| int | assignGridFunction (OGFunction &exact, realMappedGridFunction &u, const Index &I1, const Index &I2, const Index &I3, const Index &N, const real t) |
| void | assign (realGridCollectionFunction &u, const realGridCollectionFunction &v) |
| void | assign (realGridCollectionFunction &u, real value) |
| void | assign (intGridCollectionFunction &u, const intGridCollectionFunction &v) |
| void | assign (intGridCollectionFunction &u, int value) |
| void | assign (realArray &u, const realArray &v) |
| void | assign (intArray &u, const intArray &v) |
| void | assign (realArray &u, const realArray &v, const Index &I1, const Index &I2, const Index &I3, const Index &I4) |
| void | assign (intArray &u, const intArray &v, const Index &I1, const Index &I2, const Index &I3, const Index &I4) |
| void | assign (realArray &u, const Index &I1, const Index &I2, const Index &I3, const Index &I4, const realArray &v, const Index &J1, const Index &J2, const Index &J3, const Index &J4) |
| void | assign (intArray &u, const Index &I1, const Index &I2, const Index &I3, const Index &I4, const intArray &v, const Index &J1, const Index &J2, const Index &J3, const Index &J4) |
| void | assign (realArray &u, real value, const Index &I1, const Index &I2, const Index &I3, const Index &I4) |
| void | assign (intArray &u, int value, const Index &I1, const Index &I2, const Index &I3, const Index &I4) |
| void | assign (realArray &u, real value) |
| void | assign (intArray &u, int value) |
| int | getFullBase (const doubleSerialArray &u, int axis) |
| int | getFullBound (const doubleSerialArray &u, int axis) |
| void | checkArrayIDs (const aString &label, bool printNumber=false) |
| real | getSignForJacobian (MappedGrid &mg) |
| bool | hasSameDistribution (const intArray &u, const intArray &v) |
| bool | hasSameDistribution (const floatArray &u, const floatArray &v) |
| bool | hasSameDistribution (const doubleArray &u, const doubleArray &v) |
| bool | hasSameDistribution (const intArray &u, const Partitioning_Type &partition) |
| bool | hasSameDistribution (const floatArray &u, const Partitioning_Type &partition) |
| bool | hasSameDistribution (const doubleArray &u, const Partitioning_Type &partition) |
| bool | hasSameDistribution (const Partitioning_Type &uPartition, const Partitioning_Type &vPartition) |
| int | testConsistency (const intArray &u, const char *label) |
| int | testConsistency (const floatArray &u, const char *label) |
| int | testConsistency (const doubleArray &u, const char *label) |
| void assign | ( | realGridCollectionFunction & | u, |
| const realGridCollectionFunction & | v | ||
| ) |
References assign(), doubleGridCollectionFunction::getGridCollection(), and GenericGridCollection::numberOfComponentGrids().
Referenced by assign(), ErrorEstimator::computeErrorFunction(), PlotIt::contour(), Ogmg::cycle(), MappedGridData::equals(), Ogmg::fineToCoarse(), InterpolateRefinements::interpolateRefinements(), CompositeGridData::operator=(), and Mapping::operator=().
| void assign | ( | realGridCollectionFunction & | u, |
| real | value | ||
| ) |
| void assign | ( | intGridCollectionFunction & | u, |
| const intGridCollectionFunction & | v | ||
| ) |
| void assign | ( | intGridCollectionFunction & | u, |
| int | value | ||
| ) |
References getLocalArrayWithGhostBoundaries().
| void assign | ( | intArray & | u, |
| const intArray & | v | ||
| ) |
References getLocalArrayWithGhostBoundaries().
| void assign | ( | realArray & | u, |
| const realArray & | v, | ||
| const Index & | I1, | ||
| const Index & | I2, | ||
| const Index & | I3, | ||
| const Index & | I4 | ||
| ) |
References getLocalArrayWithGhostBoundaries(), max(), min(), and nullIndex.
| void assign | ( | intArray & | u, |
| const intArray & | v, | ||
| const Index & | I1, | ||
| const Index & | I2, | ||
| const Index & | I3, | ||
| const Index & | I4 | ||
| ) |
References getLocalArrayWithGhostBoundaries(), max(), min(), and nullIndex.
| void assign | ( | realArray & | u, |
| const Index & | I1, | ||
| const Index & | I2, | ||
| const Index & | I3, | ||
| const Index & | I4, | ||
| const realArray & | v, | ||
| const Index & | J1, | ||
| const Index & | J2, | ||
| const Index & | J3, | ||
| const Index & | J4 | ||
| ) |
References getLocalArrayWithGhostBoundaries(), max(), min(), and nullIndex.
| void assign | ( | intArray & | u, |
| const Index & | I1, | ||
| const Index & | I2, | ||
| const Index & | I3, | ||
| const Index & | I4, | ||
| const intArray & | v, | ||
| const Index & | J1, | ||
| const Index & | J2, | ||
| const Index & | J3, | ||
| const Index & | J4 | ||
| ) |
References getLocalArrayWithGhostBoundaries(), max(), min(), and nullIndex.
| void assign | ( | realArray & | u, |
| real | value, | ||
| const Index & | I1, | ||
| const Index & | I2, | ||
| const Index & | I3, | ||
| const Index & | I4 | ||
| ) |
References getLocalArrayWithGhostBoundaries(), max(), min(), and nullIndex.
| void assign | ( | intArray & | u, |
| int | value, | ||
| const Index & | I1, | ||
| const Index & | I2, | ||
| const Index & | I3, | ||
| const Index & | I4 | ||
| ) |
References getLocalArrayWithGhostBoundaries(), max(), min(), and nullIndex.
References getLocalArrayWithGhostBoundaries().
| void assign | ( | intArray & | u, |
| int | value | ||
| ) |
References getLocalArrayWithGhostBoundaries().
| int assignGridFunction | ( | OGFunction & | exact, |
| realMappedGridFunction & | u, | ||
| const Index & | I1, | ||
| const Index & | I2, | ||
| const Index & | I3, | ||
| const Index & | N, | ||
| const real | t | ||
| ) |
| void checkArrayIDs | ( | const aString & | label, |
| bool | printNumber = false |
||
| ) |
References APP_Global_Array_ID, Overture::checkMemoryUsage(), max(), and numberOfArrayIDs.
Referenced by applyBoundaryConditions(), Ogen::checkInterpolationOnBoundaries(), main(), and rungeKutta2().
| bool getAutomaticCommunication | ( | ) |
|
inline |
|
inline |
| int getReceived | ( | ) |
Referenced by printMessageInfo().
| int getSent | ( | ) |
Referenced by printMessageInfo().
| real getSignForJacobian | ( | MappedGrid & | mg | ) |
References dx, getIndex(), ParallelUtility::getLocalArrayBounds(), getLocalArrayWithGhostBoundaries(), MappingRC::getMapping(), MappedGrid::getName(), MappedGrid::getRectangularGridParameters(), Mapping::getSignForJacobian(), MappedGrid::gridIndexRange(), i2, MappedGrid::inverseVertexDerivative(), MappedGrid::isRectangular(), MappedGrid::mapping(), MappedGrid::numberOfDimensions(), RX, rx, Mapping::signForJacobian, MappedGrid::THEinverseVertexDerivative, and MappedGrid::update().
Referenced by Ugen::generateSpacingControlMesh().
| bool hasSameDistribution | ( | const intArray & | u, |
| const intArray & | v | ||
| ) |
References hasSameDistribution().
Referenced by MappedGridData::equals(), hasSameDistribution(), InterpolateRefinements::interpolateRefinements(), main(), CompositeGridData::operator=(), and rungeKutta2().
| bool hasSameDistribution | ( | const floatArray & | u, |
| const floatArray & | v | ||
| ) |
References hasSameDistribution().
| bool hasSameDistribution | ( | const doubleArray & | u, |
| const doubleArray & | v | ||
| ) |
References hasSameDistribution().
| bool hasSameDistribution | ( | const intArray & | u, |
| const Partitioning_Type & | partition | ||
| ) |
References hasSameDistribution(), and NULL.
| bool hasSameDistribution | ( | const floatArray & | u, |
| const Partitioning_Type & | partition | ||
| ) |
References hasSameDistribution(), and NULL.
| bool hasSameDistribution | ( | const doubleArray & | u, |
| const Partitioning_Type & | partition | ||
| ) |
References hasSameDistribution(), and NULL.
| bool hasSameDistribution | ( | const Partitioning_Type & | uPartition, |
| const Partitioning_Type & | vPartition | ||
| ) |
| void printMessageInfo | ( | const char * | msg, |
| FILE * | file = stdout |
||
| ) |
References getReceived(), and getSent().
| int testConsistency | ( | const intArray & | u, |
| const char * | label | ||
| ) |
References Overture::abort(), IndexBox::base(), IndexBox::bound(), CopyArray::getLocalArrayBoxWithGhost(), getLocalArrayWithGhostBoundaries(), and max().
Referenced by checkParallelConsistency(), main(), and rungeKutta2().
| int testConsistency | ( | const floatArray & | u, |
| const char * | label | ||
| ) |
| int testConsistency | ( | const doubleArray & | u, |
| const char * | label | ||
| ) |
| void turnOffAutomaticCommunication | ( | ) |
| void turnOnAutomaticCommunication | ( | ) |
1.8.3