opm-simulators
vertexborderlistfromgrid.hh File Reference

Uses communication on the grid to find the initial seed list of indices. More...

#include "overlaptypes.hh"
#include "blacklist.hh"
#include <dune/grid/common/datahandleif.hh>
#include <dune/grid/common/gridenums.hh>
#include <dune/common/version.hh>

Go to the source code of this file.

Classes

class  Opm::Linear::VertexBorderListFromGrid< GridView, VertexMapper >
 Uses communication on the grid to find the initial seed list of indices. More...
 

Namespaces

 Opm
 Structs needed for tpfalinearizer and its gpuparams struct extracted to be defined in one place that both can include.
 

Detailed Description

Uses communication on the grid to find the initial seed list of indices.

Todo:
implement this class generically. For this, it must be possible to query the mapper whether it contains entities of a given codimension without the need to hand it an actual entity.