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