#include <cassert>
#include <map>
#include <memory>
#include <type_traits>
#include <utility>
#include <vector>
#include <dune/common/parallel/remoteindices.hh>
#include <dune/grid/common/datahandleif.hh>
#include <dune/istl/owneroverlapcopy.hh>
#include <dune/fem/space/mapper/parallel.hh>
Go to the source code of this file.
|
template<class DiscreteFunctionSpace , class GlobalId , class LocalId > |
void | Dune::Fem::ISTL::buildCommunication (const DiscreteFunctionSpace &dfSpace, Dune::SolverCategory::Category solverCategory, std::shared_ptr< Dune::OwnerOverlapCopyCommunication< GlobalId, LocalId > > &communication) |
|