dune-grid-glue
2.3.0
|
Central component of the module implementing the coupling of two grids. More...
#include <dune/common/array.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/iteratorfacades.hh>
#include <dune/common/shared_ptr.hh>
#include "adapter/gridgluecommunicate.hh"
#include <dune/grid-glue/merging/merger.hh>
#include <dune/common/mpitraits.hh>
#include <dune/common/mpicollectivecommunication.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/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< P0, P1 > |
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 > |
struct | Dune::GridGlue::GridGlueView< P0, P1, P > |
struct | Dune::GridGlue::GridGlueView< P0, P1, 0 > |
struct | Dune::GridGlue::GridGlueView< P0, P1, 1 > |
class | Dune::GridGlue::GridGlue< P0, P1 > |
sequential adapter to couple two grids at specified close together boundaries More... | |
Namespaces | |
Dune | |
Dune::GridGlue | |
Enumerations | |
enum | Dune::GridGlue::GridOrdering { Dune::GridGlue::Domain = 0, Dune::GridGlue::Target = 1 } |
Central component of the module implementing the coupling of two grids.