27#ifndef EWOMS_NULL_BORDER_LIST_MANAGER_HH
28#define EWOMS_NULL_BORDER_LIST_MANAGER_HH
42template <
class Gr
idView,
class DofMapper>
49 if (gridView.comm().size() > 1)
50 throw std::runtime_error(
"The used model is not usable for parallel computations");
55 {
return borderList_; }
This is a grid manager which does not create any border list.
Definition nullborderlistmanager.hh:44
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
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