3 #ifndef DUNE_GEOMETRY_GENERICGEOMETRY_GEOMETRYTRAITS_HH
4 #define DUNE_GEOMETRY_GENERICGEOMETRY_GEOMETRYTRAITS_HH
11 namespace GenericGeometry
25 typedef FieldVector< ctype, dim >
type;
28 template<
int rows,
int cols >
31 typedef FieldMatrix< ctype, rows, cols >
type;
Definition: affinegeometry.hh:19
Definition: geometrytraits.hh:19
static const ctype epsilon()
Definition: geometrytraits.hh:36
ct ctype
Definition: geometrytraits.hh:20
Definition: geometrytraits.hh:24
FieldVector< ctype, dim > type
Definition: geometrytraits.hh:25
Definition: geometrytraits.hh:30
FieldMatrix< ctype, rows, cols > type
Definition: geometrytraits.hh:31