Dune Core Modules (2.6.0)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
precision.hh
Go to the documentation of this file.
Precisions for calculations with FieldMatrix and FieldVector.
Definition: precision.hh:23
static ctype pivoting_limit()
return threshold to do pivoting
Definition: precision.hh:26
static ctype absolute_limit()
return threshold to declare matrix singular
Definition: precision.hh:50
static void set_singular_limit(ctype singthres)
set singular threshold
Definition: precision.hh:44
static ctype singular_limit()
return threshold to declare matrix singular
Definition: precision.hh:38
static void set_pivoting_limit(ctype pivthres)
set pivoting threshold
Definition: precision.hh:32
static void set_absolute_limit(ctype absthres)
set singular threshold
Definition: precision.hh:56
