ZoltanGraphFunctions.hpp File Reference
Include dependency graph for ZoltanGraphFunctions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Dune::cpgrid::CombinedGridWellGraph
 A graph repesenting a grid together with the well completions. More...
 

Namespaces

namespace  Dune
 The namespace Dune is the main namespace for all Dune code.
 
namespace  Dune::cpgrid
 

Functions

int Dune::cpgrid::getNumberOfEdgesForSpecificCellForGridWithWells (const CombinedGridWellGraph &graph, int localCellId)
 Get the number of edges of the graph of the grid and the wells for one cell. More...
 
template<typename ID , typename weightType >
void Dune::cpgrid::fillNBORGIDAndWeightsForSpecificCellAndIncrementNeighborCounterForGridWithWells (const CombinedGridWellGraph &graph, const int localCellId, ID globalID, int &neighborCounter, ID &nborGID, weightType *ewgts)
 Get the list of edges and weights for one cell of a grid with wells. More...