JacobianRangeType class for matrix valued functions - derived from FieldMatrix.
More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/common/functionspace.hh>
|
typedef DomainFieldImp | DomainFieldType |
| Intrinsic type used for values in the domain field (usually a double) More...
|
|
typedef RangeFieldImp | RangeFieldType |
| Intrinsic type used for values in the range field (usually a double) More...
|
|
typedef RangeMatrix< RangeFieldImp, m1, m2 > | RangeType |
| Type of range vector (using type of range field) has a Dune::FieldVector type interface. More...
|
|
typedef FieldMatrix< RangeFieldImp, m1 *m2, n > | BaseType |
| type of base class More...
|
|
template<typename DomainFieldImp, typename RangeFieldImp, int n, int m1, int m2>
class Dune::Fem::MatrixMapping< DomainFieldImp, RangeFieldImp, n, m1, m2 >
JacobianRangeType class for matrix valued functions - derived from FieldMatrix.
template<typename DomainFieldImp , typename RangeFieldImp , int n, int m1, int m2>
template<typename DomainFieldImp , typename RangeFieldImp , int n, int m1, int m2>
Intrinsic type used for values in the domain field (usually a double)
template<typename DomainFieldImp , typename RangeFieldImp , int n, int m1, int m2>
Intrinsic type used for values in the range field (usually a double)
template<typename DomainFieldImp , typename RangeFieldImp , int n, int m1, int m2>
Type of range vector (using type of range field) has a Dune::FieldVector type interface.
template<typename DomainFieldImp , typename RangeFieldImp , int n, int m1, int m2>
template<typename DomainFieldImp , typename RangeFieldImp , int n, int m1, int m2>
Constructor initializing the whole matrix with a scalar.
template<typename DomainFieldImp , typename RangeFieldImp , int n, int m1, int m2>
FieldVector<DomainFieldImp,n>& Dune::Fem::MatrixMapping< DomainFieldImp, RangeFieldImp, n, m1, m2 >::operator[] |
( |
int |
i | ) |
|
|
inline |
returning reference to row
- Parameters
-
- Returns
- Reference to row
template<typename DomainFieldImp , typename RangeFieldImp , int n, int m1, int m2>
const FieldVector<DomainFieldImp,n>& Dune::Fem::MatrixMapping< DomainFieldImp, RangeFieldImp, n, m1, m2 >::operator[] |
( |
int |
i | ) |
const |
|
inline |
returning reference to row
- Parameters
-
- Returns
- Reference to row
The documentation for this class was generated from the following file: