|
CG
Version 25
|
#include "CgSolverUtil.h"#include "GenericGraphicsInterface.h"#include "CompositeGrid.h"#include "MappedGrid.h"#include "GenericMappedGridOperators.h"#include "MappingInformation.h"
Functions | |
| int | ogen (MappingInformation &mappingInfo, GenericGraphicsInterface &ps, const aString &commandFileName, CompositeGrid *cgp=0) |
| aString | readOrBuildTheGrid (GenericGraphicsInterface &ps, CompositeGrid &cg, bool loadBalance, int numberOfParallelGhost, int maxWidthExtrapInterpNeighbours) |
| : Read a CompositeGrid from a data base file or create a CompositeGrid with ogen | |
| int ogen | ( | MappingInformation & | mappingInfo, |
| GenericGraphicsInterface & | ps, | ||
| const aString & | commandFileName, | ||
| CompositeGrid * | cgp = 0 |
||
| ) |
Referenced by DomainSolver::moveGrids(), and readOrBuildTheGrid().
| aString readOrBuildTheGrid | ( | GenericGraphicsInterface & | ps, |
| CompositeGrid & | cg, | ||
| bool | loadBalance, | ||
| int | numberOfParallelGhost, | ||
| int | maxWidthExtrapInterpNeighbours | ||
| ) |
: Read a CompositeGrid from a data base file or create a CompositeGrid with ogen
| ps | : graphics object to use |
| cg | : create this grid. |
| loadBalance | : set to true to load balance (default) |
References ogen(), OV_ABORT(), and printF().
Referenced by main().
1.8.3