dune-grid-glue  2.7.0
Classes | Namespaces
gridglue.hh File Reference

Central component of the module implementing the coupling of two grids. More...

#include <memory>
#include <tuple>
#include <type_traits>
#include <dune/common/deprecated.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/iteratorfacades.hh>
#include <dune/common/promotiontraits.hh>
#include <dune/common/shared_ptr.hh>
#include <dune/common/stdstreams.hh>
#include "adapter/gridgluecommunicate.hh"
#include <dune/grid-glue/merging/merger.hh>
#include <dune/common/parallel/mpitraits.hh>
#include <dune/common/parallel/mpicommunication.hh>
#include <dune/common/parallel/indexset.hh>
#include <dune/common/parallel/plocalindex.hh>
#include <dune/common/parallel/remoteindices.hh>
#include <dune/common/parallel/communicator.hh>
#include <dune/common/parallel/interface.hh>
#include "adapter/rangegenerators.hh"
#include "adapter/gridglue.cc"
#include "adapter/intersection.hh"
#include "adapter/intersectioniterator.hh"
#include "adapter/intersectionindexset.hh"

Go to the source code of this file.

Classes

class  Dune::GridGlue::GridGlue
 sequential adapter to couple two grids at specified close together boundaries More...
 
class  Dune::GridGlue::IntersectionData< P0, P1 >
 storage class for Dune::GridGlue::Intersection related data More...
 
class  Dune::GridGlue::Intersection< P0, P1, I, O >
 The intersection of two entities of the two patches of a GridGlue. More...
 
class  Dune::GridGlue::IntersectionIterator< P0, P1, inside, outside >
 
class  Dune::GridGlue::IntersectionIndexSet< P0, P1 >
 
class  Dune::GridGlue::GridGlue
 sequential adapter to couple two grids at specified close together boundaries More...
 

Namespaces

 Dune
 
 Dune::GridGlue
 

Detailed Description

Central component of the module implementing the coupling of two grids.

Author
Gerrit Buse, Christian Engwer