|
| template<typename T > |
| FieldVector< T, 3 > | Dune::cross (const FieldVector< T, 3 > &a, const FieldVector< T, 3 > &b) |
| |
| template<class Vector > |
| Vector::field_type | Dune::inner (const Vector &a, const Vector &b) |
| |
| template<typename T , template< typename, int > class Point> |
| T | Dune::determinantOf (const Point< T, 2 > *a) |
| |
| template<typename T , template< typename, int > class Point> |
| T | Dune::determinantOf (const Point< T, 3 > *a) |
| |
| template<typename T , template< typename, int > class Point, int Dim> |
| T | Dune::simplex_volume (const Point< T, Dim > *a) |
| |
| template<typename T , template< typename, int > class Point> |
| T | Dune::area (const Point< T, 2 > *c) |
| |
| template<typename T , template< typename, int > class Point> |
| T | Dune::area (const Point< T, 3 > *c) |
| |
| template<typename T , template< typename, int > class Point> |
| T | Dune::volume (const Point< T, 3 > *c) |
| | Computes the volume of a 3D simplex (embedded i 3D space). More...
|
| |
| template<typename T , template< typename, int > class Point> |
| T | Dune::signed_area (const Point< T, 3 > *c, const Point< T, 3 > &normal) |
| |