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;
46 #endif // #ifndef DUNE_GEOMETRY_GENERICGEOMETRY_GEOMETRYTRAITS_HH
Definition: affinegeometry.hh:18
Definition: geometrytraits.hh:18
ct ctype
Definition: geometrytraits.hh:20
FieldVector< ctype, dim > type
Definition: geometrytraits.hh:25
Definition: geometrytraits.hh:29
FieldMatrix< ctype, rows, cols > type
Definition: geometrytraits.hh:31
static const ctype epsilon()
Definition: geometrytraits.hh:36
Definition: geometrytraits.hh:23