dune-geometry
2.4
|
default traits class for MultiLinearGeometry More...
#include <dune/geometry/multilineargeometry.hh>
Classes | |
struct | CornerStorage |
template specifying the storage for the corners More... | |
struct | hasSingleGeometryType |
will there be only one geometry type for a dimension? More... | |
Public Types | |
typedef GenericGeometry::MatrixHelper< GenericGeometry::DuneCoordTraits< ct > > | MatrixHelper |
helper structure containing some matrix routines More... | |
Static Public Member Functions | |
static ct | tolerance () |
tolerance to numerical algorithms More... | |
default traits class for MultiLinearGeometry
The MultiLinearGeometry (and CachedMultiLinearGeometry) allow tweaking some implementation details through a traits class.
This structure provides the default values.
ct | coordinate type |
typedef GenericGeometry::MatrixHelper< GenericGeometry::DuneCoordTraits< ct > > Dune::MultiLinearGeometryTraits< ct >::MatrixHelper |
helper structure containing some matrix routines
This helper allows exchanging the matrix inversion algorithms. It must provide the following static methods:
|
inlinestatic |
tolerance to numerical algorithms