dune-pdelab  2.0.0
Classes | Namespaces
genericdatahandle.hh File Reference
#include <vector>
#include <set>
#include <limits>
#include <dune/common/exceptions.hh>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/common/static_assert.hh>
#include <dune/grid/common/datahandleif.hh>
#include <dune/grid/common/gridenums.hh>
#include <dune/pdelab/common/polymorphicbufferwrapper.hh>
#include <dune/pdelab/gridfunctionspace/entityindexcache.hh>

Go to the source code of this file.

Classes

struct  Dune::PDELab::DOFDataCommunicationDescriptor< E >
 Communication descriptor for sending one item of type E per DOF. More...
 
struct  Dune::PDELab::EntityDataCommunicationDescriptor< E >
 Communication descriptor for sending count items of type E per entity with attached DOFs. More...
 
class  Dune::PDELab::GFSDataHandle< GFS, V, GatherScatter, CommunicationDescriptor >
 Implement a data handle with a grid function space. More...
 
class  Dune::PDELab::DataGatherScatter< GatherScatter >
 
class  Dune::PDELab::DataEntityGatherScatter< GatherScatter >
 
class  Dune::PDELab::DataContainerIndexGatherScatter< GatherScatter >
 
class  Dune::PDELab::AddGatherScatter
 
class  Dune::PDELab::AddDataHandle< GFS, V >
 
class  Dune::PDELab::AddClearGatherScatter
 
class  Dune::PDELab::AddClearDataHandle< GFS, V >
 
class  Dune::PDELab::CopyGatherScatter
 
class  Dune::PDELab::CopyDataHandle< GFS, V >
 
class  Dune::PDELab::MinGatherScatter
 
class  Dune::PDELab::MinDataHandle< GFS, V >
 
class  Dune::PDELab::MaxGatherScatter
 
class  Dune::PDELab::MaxDataHandle< GFS, V >
 
class  Dune::PDELab::GhostGatherScatter
 GatherScatter functor for marking ghost DOFs. More...
 
class  Dune::PDELab::GhostDataHandle< GFS, V >
 Data handle for marking ghost DOFs. More...
 
class  Dune::PDELab::DisjointPartitioningGatherScatter< RankIndex >
 GatherScatter functor for creating a disjoint DOF partitioning. More...
 
class  Dune::PDELab::DisjointPartitioningDataHandle< GFS, V >
 GatherScatter data handle for creating a disjoint DOF partitioning. More...
 
struct  Dune::PDELab::SharedDOFGatherScatter
 GatherScatter functor for marking shared DOFs. More...
 
class  Dune::PDELab::SharedDOFDataHandle< GFS, V >
 Data handle for marking shared DOFs. More...
 
class  Dune::PDELab::GFSNeighborDataHandle< GFS, RankIndex >
 Data handle for collecting set of neighboring MPI ranks. More...
 

Namespaces

 Dune
 
 Dune::PDELab