#include <opm/simulators/flow/CollectDataOnIORank.hpp>
#include <dune/common/version.hh>
#include <dune/grid/common/gridenums.hh>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/grid/common/partitionset.hh>
#include <opm/grid/common/CartesianIndexMapper.hpp>
#include <algorithm>
#include <cassert>
#include <concepts>
#include <cstddef>
#include <ranges>
#include <stdexcept>
#include <string>
#include <tuple>
#include <type_traits>
#include <utility>
#include <vector>
Go to the source code of this file.
|
| template<MapLikeContainer KeyedMap, class MessageBufferType > |
| void | Opm::packKeyedBlockMap (const KeyedMap &localData, MessageBufferType &buffer) |
| |
| template<MapLikeContainer KeyedMap, class MessageBufferType > |
| void | Opm::unpackKeyedBlockMap (KeyedMap &globalData, MessageBufferType &buffer) |
| |