dune-grid-glue 2.8-git
Classes | Namespaces
extractor.hh File Reference

extractor base class More...

#include <vector>
#include <map>
#include <algorithm>
#include <dune/common/exceptions.hh>
#include <dune/common/fvector.hh>
#include <dune/common/version.hh>
#include <dune/grid/common/geometry.hh>
#include <dune/grid/common/grid.hh>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/geometry/multilineargeometry.hh>

Go to the source code of this file.

Classes

class  Dune::GridGlue::Extractor< GV, cd >
 Provides codimension-independent methods for grid extraction. More...
 
struct  Dune::GridGlue::Extractor< GV, cd >::CornerInfo
 Helpful struct holding one index for the coordinate (vertex) to which it is associated and the element's corner index;. More...
 
struct  Dune::GridGlue::Extractor< GV, cd >::CoordinateInfo
 
struct  Dune::GridGlue::Extractor< GV, cd >::VertexInfo
 simple struct holding a vertex pointer and an index More...
 
struct  Dune::GridGlue::Extractor< GV, cd >::ElementInfo
 simple struct holding an element seed and an index More...
 
struct  Dune::GridGlue::Extractor< GV, cd >::SubEntityInfo
 Holds some information about an element's subentity involved in a coupling. More...
 

Namespaces

namespace  Dune
 
namespace  Dune::GridGlue
 

Detailed Description

extractor base class