dune-fem 2.8.0
|
#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.
Classes | |
struct | Dune::Fem::ISTL::BuildRemoteIndicesDataHandle< Mapper, GlobalLookup > |
struct | Dune::Fem::ISTL::SupportsAMG< Dune::OwnerOverlapCopyCommunication< GlobalId, LocalId > > |
Namespaces | |
namespace | Dune |
namespace | Dune::Fem |
namespace | Dune::Fem::ISTL |
Typedefs | |
template<class DiscreteFunctionSpace > | |
using | Dune::Fem::ISTL::OwnerOverlapCopyCommunication = Dune::OwnerOverlapCopyCommunication< std::size_t, typename DiscreteFunctionSpace::BlockMapperType::GlobalKeyType > |
Functions | |
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) |