27#ifndef EWOMS_NULL_BORDER_LIST_MANAGER_HH
28#define EWOMS_NULL_BORDER_LIST_MANAGER_HH
42template <
class Gr
idView,
class DofMapper>
43class NullBorderListCreator
46 NullBorderListCreator(
const GridView& gridView,
49 if (gridView.comm().size() > 1)
50 throw std::runtime_error(
"The used model is not usable for parallel computations");
55 {
return borderList_; }
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:45
This files provides several data structures for storing tuples of indices of remote and/or local proc...
std::list< BorderIndex > BorderList
This class managages a list of indices which are on the border of a process' partition of the grid.
Definition overlaptypes.hh:120