dune-geometry  2.2.0
Static Public Attributes
Dune::GenericGeometry::DefaultGeometryTraits< ctype, dimG, dimW, alwaysAffine >::Caching Struct Reference

specifies how constant values are to be cached More...

#include <dune/geometry/genericgeometry/geometrytraits.hh>

List of all members.

Static Public Attributes

static const EvaluationType evaluateJacobianTransposed = ComputeOnDemand
static const EvaluationType evaluateJacobianInverseTransposed = ComputeOnDemand
static const EvaluationType evaluateIntegrationElement = ComputeOnDemand

Detailed Description

template<class ctype, int dimG, int dimW, bool alwaysAffine = false>
struct Dune::GenericGeometry::DefaultGeometryTraits< ctype, dimG, dimW, alwaysAffine >::Caching

specifies how constant values are to be cached

This structure contains 3 parameters of type GenericGeometry::EvaluationType:

These parameters control how eagerly these evaluations shall be performed in the case of an affine mapping.


Member Data Documentation

template<class ctype, int dimG, int dimW, bool alwaysAffine = false>
const EvaluationType Dune::GenericGeometry::DefaultGeometryTraits< ctype, dimG, dimW, alwaysAffine >::Caching::evaluateIntegrationElement = ComputeOnDemand [static]
template<class ctype, int dimG, int dimW, bool alwaysAffine = false>
const EvaluationType Dune::GenericGeometry::DefaultGeometryTraits< ctype, dimG, dimW, alwaysAffine >::Caching::evaluateJacobianInverseTransposed = ComputeOnDemand [static]
template<class ctype, int dimG, int dimW, bool alwaysAffine = false>
const EvaluationType Dune::GenericGeometry::DefaultGeometryTraits< ctype, dimG, dimW, alwaysAffine >::Caching::evaluateJacobianTransposed = ComputeOnDemand [static]

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