dune-grid-glue  2.3.0
Classes | Public Types | Static Public Attributes | List of all members
Dune::GridGlue::SimplexGeometryTraits< ctype, dim, dimworld > Struct Template Reference

Geometry traits for simplices passed to GenericGeometry::BasicGeometry. More...

#include <dune/grid-glue/common/simplexgeometry.hh>

Inheritance diagram for Dune::GridGlue::SimplexGeometryTraits< ctype, dim, dimworld >:
Inheritance graph

Classes

struct  Mapping
 

Public Types

typedef
Dune::GenericGeometry::DefaultGeometryTraits
< ctype, dim, dimworld, true > 
Base
 

Static Public Attributes

static const bool hybrid = false
 
static const unsigned int topologyId = Dune::GenericGeometry::SimplexTopology< dim >::type::id
 

Detailed Description

template<class ctype, int dim, int dimworld>
struct Dune::GridGlue::SimplexGeometryTraits< ctype, dim, dimworld >

Geometry traits for simplices passed to GenericGeometry::BasicGeometry.

This geometry traits class configures BasicGeometry to use only affine mappings for simplicial (i.e. especially non-hybrid) grid structures.

Member Typedef Documentation

template<class ctype , int dim, int dimworld>
typedef Dune::GenericGeometry::DefaultGeometryTraits<ctype, dim, dimworld, true> Dune::GridGlue::SimplexGeometryTraits< ctype, dim, dimworld >::Base

Member Data Documentation

template<class ctype , int dim, int dimworld>
const bool Dune::GridGlue::SimplexGeometryTraits< ctype, dim, dimworld >::hybrid = false
static
template<class ctype , int dim, int dimworld>
const unsigned int Dune::GridGlue::SimplexGeometryTraits< ctype, dim, dimworld >::topologyId = Dune::GenericGeometry::SimplexTopology< dim >::type::id
static

The documentation for this struct was generated from the following file: