CG  Version 25
CgSolverUtil.h
Go to the documentation of this file.
1 class GenericGraphicsInterface;
2 class CompositeGrid;
3 class aString;
4 
5 aString readOrBuildTheGrid(GenericGraphicsInterface &ps, CompositeGrid &m, bool loadBalance=false,
6  int numberOfParallelGhost=2, int maxWidthExtrapInterpNeighbours=3 );