dune-spgrid
2.7
|
#include <dune/grid/spgrid/geometrycache.hh>
Public Types | |
typedef ct | field_type |
typedef ct | value_type |
typedef std::size_t | size_type |
typedef FieldVector< field_type, dim > | GlobalVector |
typedef FieldVector< field_type, mydim > | LocalVector |
typedef Dune::FieldMatrix< field_type, rows, cols > | FieldMatrix |
typedef Dune::FieldTraits< field_type >::real_type | real_type |
Public Member Functions | |
SPJacobianTransposed ()=default | |
SPJacobianTransposed (const GlobalVector &h, SPDirection< dim > dir) | |
operator FieldMatrix () const | |
template<class X , class Y > | |
void | mv (const X &x, Y &y) const |
template<class X , class Y > | |
void | mtv (const X &x, Y &y) const |
template<class X , class Y > | |
void | mhv (const X &x, Y &y) const |
template<class X , class Y > | |
void | umv (const X &x, Y &y) const |
template<class X , class Y > | |
void | umtv (const X &x, Y &y) const |
template<class X , class Y > | |
void | umhv (const X &x, Y &y) const |
template<class X , class Y > | |
void | mmv (const X &x, Y &y) const |
template<class X , class Y > | |
void | mmtv (const X &x, Y &y) const |
template<class X , class Y > | |
void | mmhv (const X &x, Y &y) const |
template<class X , class Y > | |
void | usmv (const field_type &alpha, const X &x, Y &y) const |
template<class X , class Y > | |
void | usmtv (const field_type &alpha, const X &x, Y &y) const |
template<class X , class Y > | |
void | usmhv (const field_type &alpha, const X &x, Y &y) const |
field_type | det () const |
field_type | determinant () const |
real_type | frobenius_norm () const |
real_type | frobenius_norm2 () const |
real_type | infinity_norm () const |
real_type | infinity_norm_real () const |
Static Public Attributes | |
static const int | rows = mydim |
static const int | cols = dim |
typedef ct Dune::SPJacobianTransposed< ct, dim, mydim >::field_type |
typedef Dune::FieldMatrix< field_type, rows, cols > Dune::SPJacobianTransposed< ct, dim, mydim >::FieldMatrix |
typedef FieldVector< field_type, dim > Dune::SPJacobianTransposed< ct, dim, mydim >::GlobalVector |
typedef FieldVector< field_type, mydim > Dune::SPJacobianTransposed< ct, dim, mydim >::LocalVector |
typedef Dune::FieldTraits< field_type >::real_type Dune::SPJacobianTransposed< ct, dim, mydim >::real_type |
typedef std::size_t Dune::SPJacobianTransposed< ct, dim, mydim >::size_type |
typedef ct Dune::SPJacobianTransposed< ct, dim, mydim >::value_type |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
static |