Overture
Version 25
|
#include "Overture.h"
#include "HDF_DataBase.h"
#include "LoadBalancer.h"
#include "ParallelUtility.h"
Functions | |
int | checkOverlappingGrid (const CompositeGrid &cg, const int &option=0, bool onlyCheckBaseGrids=true) |
int | findDataBaseFile (aString &fileName, const bool &searchCommonLocations, int printInfo) |
int | getFromADataBase (CompositeGrid &cg, aString &fileName, const aString &gridName, const bool &checkTheGrid, int printInfo) |
int | getFromADataBase (CompositeGrid &cg, aString &fileName, LoadBalancer &loadBalancer, const aString &gridName, const bool &checkTheGrid, int printInfo) |
int | getFromADataBase (CompositeGrid &cg, aString &fileName, bool loadBalance, const aString &gridName, const bool &checkTheGrid, int printInfo) |
Variables | |
const aString | nullString |
int checkOverlappingGrid | ( | const CompositeGrid & | cg, |
const int & | option = 0 , |
||
bool | onlyCheckBaseGrids = true |
||
) |
References assert, axis1, axis2, axis3, MappedGrid::boundaryCondition(), Ogen::canDiscretize(), CompositeGridData::canInterpolate(), Ogen::checkCanInterpolate(), ci, discretizationWidth, MappedGrid::discretizationWidth(), eir, End, CompositeGrid::epsilon(), MappedGrid::extendedIndexRange(), fabs(), FALSE, FOR_3D, ForBoundary, GET_LOCAL_CONST, getBoundaryIndex(), getIndex(), ParallelUtility::getLocalArrayBounds(), MappedGrid::getName(), ParallelUtility::getSum(), MappedGrid::gridIndexRange(), GenericGridCollection::gridNumber, MappedGrid::gridSpacing(), i2, ia, ig, il, MappedGrid::indexRange(), CompositeGrid::interpolationCoordinates, CompositeGridData::interpolationCoordinatesLocal, CompositeGrid::interpolationIsImplicit, CompositeGrid::interpolationPoint, CompositeGridData::interpolationPointLocal, CompositeGrid::interpolationStartEndIndex, CompositeGrid::interpoleeGrid, CompositeGridData::interpoleeGridLocal, CompositeGrid::interpoleeLocation, CompositeGridData::interpoleeLocationLocal, ip, MappedGrid::isCellCentered(), GridCollection::ISdiscretizationPoint, MappedGrid::ISdiscretizationPoint, GridCollection::ISghostPoint, GridCollection::ISinteriorBoundaryPoint, GridCollection::ISinterpolationPoint, GridCollection::ISreservedBit2, GridCollection::ISusedPoint, mask, MASK, MappedGrid::mask(), MASK3B, MASK3C, MASK5B, MASK5C, MASK7B, MASK7C, MASK9B, MASK9C, max(), CompositeGrid::multigridLevel, GenericGridCollection::numberOfBaseGrids(), GenericGridCollection::numberOfComponentGrids(), GridCollection::numberOfDimensions(), CompositeGrid::numberOfInterpolationPoints, CompositeGridData::numberOfInterpolationPointsLocal, GenericGridCollection::numberOfMultigridLevels(), OV_ABORT, printF(), px, R, CompositeGrid::rcData, REAL_EPSILON, Start, TRUE, GridCollection::USESbackupRules, CompositeGrid::variableInterpolationWidth, CompositeGridData::variableInterpolationWidthLocal, and viw.
int findDataBaseFile | ( | aString & | fileName, |
const bool & | searchCommonLocations, | ||
int | printInfo | ||
) |
References aString, FALSE, findDataBaseFile(), max(), NULL, OVERTURE_HOME, and printF().
Referenced by findDataBaseFile(), and getFromADataBase().
int getFromADataBase | ( | CompositeGrid & | cg, |
aString & | fileName, | ||
const aString & | gridName, | ||
const bool & | checkTheGrid, | ||
int | printInfo | ||
) |
References aString, checkOverlappingGrid(), HDF_DataBase::find(), findDataBaseFile(), HDF_DataBase::get(), CompositeGrid::get(), getCPU(), ParallelUtility::getMaxValue(), ParallelUtility::getMinValue(), max(), HDF_DataBase::mount(), GenericDataBase::noStreamMode, nullString, OV_ABORT, printF(), HDF_DataBase::setMode(), and HDF_DataBase::unmount().
Referenced by ShowFileReader::getAGrid(), getFromADataBase(), main(), ogen(), and readMappingsFromAnOverlappingGridFile().
int getFromADataBase | ( | CompositeGrid & | cg, |
aString & | fileName, | ||
LoadBalancer & | loadBalancer, | ||
const aString & | gridName, | ||
const bool & | checkTheGrid, | ||
int | printInfo | ||
) |
References getFromADataBase(), and GenericGridCollection::setLoadBalancer().
int getFromADataBase | ( | CompositeGrid & | cg, |
aString & | fileName, | ||
bool | loadBalance, | ||
const aString & | gridName, | ||
const bool & | checkTheGrid, | ||
int | printInfo | ||
) |
References getFromADataBase().
const aString nullString |