dune-grid 2.10
Loading...
Searching...
No Matches
yaspgridentity.hh File Reference

the YaspEntity class and its specializations More...

#include <dune/common/math.hh>
#include <dune/geometry/type.hh>

Go to the source code of this file.

Classes

class  Dune::YaspEntity< codim, dim, GridImp >
 
class  Dune::YaspEntity< 0, dim, GridImp >
 
struct  Dune::YaspEntity< 0, dim, GridImp >::Codim< cd >
 
class  Dune::YaspEntity< dim, dim, GridImp >
 

Namespaces

namespace  Dune
 Include standard header files.
 
namespace  Dune::Yasp
 

Detailed Description

the YaspEntity class and its specializations

YaspEntity realizes the concept a mesh entity.

We have specializations for

  • codim==0 (elements), because they have an extended interface
  • codim==dim (vertices), because they use a special constructor of the AxisAlignedCubeGeometry and are the only entities in a globally refined grid, that may also exist on another level.

The general version implements all other codimensions.