dune-geometry
2.2.0
|
specifies how constant values are to be cached More...
#include <dune/geometry/genericgeometry/geometrytraits.hh>
Static Public Attributes | |
static const EvaluationType | evaluateJacobianTransposed = ComputeOnDemand |
static const EvaluationType | evaluateJacobianInverseTransposed = ComputeOnDemand |
static const EvaluationType | evaluateIntegrationElement = ComputeOnDemand |
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.
const EvaluationType Dune::GenericGeometry::DefaultGeometryTraits< ctype, dimG, dimW, alwaysAffine >::Caching::evaluateIntegrationElement = ComputeOnDemand [static] |
const EvaluationType Dune::GenericGeometry::DefaultGeometryTraits< ctype, dimG, dimW, alwaysAffine >::Caching::evaluateJacobianInverseTransposed = ComputeOnDemand [static] |
const EvaluationType Dune::GenericGeometry::DefaultGeometryTraits< ctype, dimG, dimW, alwaysAffine >::Caching::evaluateJacobianTransposed = ComputeOnDemand [static] |