ParallelIstlInformation.hpp File Reference
#include <opm/core/grid.h>
#include <opm/common/ErrorMacros.hpp>
#include <boost/any.hpp>
#include <exception>
#include <algorithm>
#include <functional>
#include <limits>
#include <numeric>
#include <type_traits>
Include dependency graph for ParallelIstlInformation.hpp:

Go to the source code of this file.

Namespaces

namespace  Opm
 

Functions

void Opm::extractParallelGridInformationToISTL (boost::any &anyComm, const UnstructuredGrid &grid)
 Extracts the information about the data decomposition from the grid for dune-istl. More...
 
template<class T1 >
auto Opm::accumulateMaskedValues (const T1 &container, const std::vector< double > *maskContainer) -> decltype(container[0] *(*maskContainer)[0])
 Accumulates entries masked with 1. More...