dune-geometry  2.3.1
Classes | Namespaces | Enumerations
geometrytraits.hh File Reference
#include "../type.hh"
#include "matrixhelper.hh"
#include "cornermapping.hh"

Go to the source code of this file.

Classes

struct  Dune::GenericGeometry::DuneCoordTraits< ct >
 
struct  Dune::GenericGeometry::DuneCoordTraits< ct >::Vector< dim >
 
struct  Dune::GenericGeometry::DuneCoordTraits< ct >::Matrix< rows, cols >
 
struct  Dune::GenericGeometry::MappingTraits< CT, dim, dimW >
 Default mapping traits using Dune::FieldVector and Dune::FieldMatrix. More...
 
struct  Dune::GenericGeometry::DefaultGeometryTraits< ctype, dimG, dimW, alwaysAffine >
 default settings for BasicGeometry More...
 
struct  Dune::GenericGeometry::DefaultGeometryTraits< ctype, dimG, dimW, alwaysAffine >::hasSingleGeometryType< dim >
 will there be only one geometry type for a dimension? More...
 
struct  Dune::GenericGeometry::DefaultGeometryTraits< ctype, dimG, dimW, alwaysAffine >::Mapping< Topology >
 specifies the reference mapping to be used More...
 
struct  Dune::GenericGeometry::DefaultGeometryTraits< ctype, dimG, dimW, alwaysAffine >::Caching
 specifies how constant values are to be cached More...
 
struct  Dune::GenericGeometry::DefaultGeometryTraits< ctype, dimG, dimW, alwaysAffine >::UserData
 type of additional user data to be stored in each mapping More...
 
struct  Dune::GenericGeometry::GlobalGeometryTraits< Grid >
 grid specific information required by GenericGeometry::Geometry More...
 
struct  Dune::GenericGeometry::GlobalGeometryTraits< const Grid >
 
struct  Dune::GenericGeometry::LocalGeometryTraits< Grid >
 grid specific information required by GenericGeometry::LocalGeometry More...
 
struct  Dune::GenericGeometry::LocalGeometryTraits< const Grid >
 

Namespaces

 Dune
 
 Dune::GenericGeometry
 

Enumerations

enum  Dune::GenericGeometry::EvaluationType { Dune::GenericGeometry::ComputeOnDemand, Dune::GenericGeometry::PreCompute }
 If not affine only volume is cached (based on intElCompute) otherwise all quantities can be cached. More...