27 #ifndef EWOMS_NULL_BORDER_LIST_MANAGER_HH 28 #define EWOMS_NULL_BORDER_LIST_MANAGER_HH 42 template <
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 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...
This is a grid manager which does not create any border list.
Definition: nullborderlistmanager.hh:43
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