A simple version of the connectivity map for cellcentered schemes. This implementation works for schemes in which for a given cell I only those cells J have to be prepared in whose stencil the cell I appears. This means that for the flux calculations in the cells J (in order to compute the derivatives with respect to cell I), we do not need data on any additional cells J to compute these fluxes. The same holds for scvfs in the cells J, i.e. we need only those scvfs in the cells J in which the cell I is in the stencil.  
#include <dumux/discretization/cellcentered/connectivitymap.hh>
|  | 
| void | update (const GridGeometry &gridGeometry) | 
|  | Initialize the ConnectivityMap object. 
 | 
|  | 
| const std::vector< DataJ > & | operator[] (const GridIndexType globalI) const | 
|  | 
◆ operator[]()
template<class GridGeometry> 
 
 
◆ update()
template<class GridGeometry> 
 
- Parameters
- 
  
    | gridGeometry | The grid's finite volume geometry. |  
 
 
 
The documentation for this class was generated from the following file: