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 <opm/common/Unused.hpp>
#include <dune/grid/common/datahandleif.hh>
#include <dune/grid/common/gridenums.hh>
#include <dune/istl/bcrsmatrix.hh>
#include <dune/istl/scalarproducts.hh>
#include <dune/istl/operators.hh>
#include <dune/common/version.hh>
#include <algorithm>

Go to the source code of this file.

Classes

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

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.