dune-fem 2.8.0
|
JacobianRangeType class for matrix valued functions - derived from FieldMatrix. More...
#include <dune/fem/space/common/functionspace.hh>
Public Types | |
typedef DomainFieldImp | DomainFieldType |
Intrinsic type used for values in the domain field (usually a double) | |
typedef RangeFieldImp | RangeFieldType |
Intrinsic type used for values in the range field (usually a double) | |
typedef RangeMatrix< RangeFieldImp, m1, m2 > | RangeType |
Type of range vector (using type of range field) has a Dune::FieldVector type interface. | |
typedef FieldMatrix< RangeFieldImp, m1 *m2, n > | BaseType |
type of base class | |
Public Member Functions | |
MatrixMapping () | |
Default constructor. | |
MatrixMapping (const RangeFieldImp &k) | |
Constructor initializing the whole matrix with a scalar. | |
FieldVector< DomainFieldImp, n > & | operator[] (int i) |
returning reference to row | |
const FieldVector< DomainFieldImp, n > & | operator[] (int i) const |
returning reference to row | |
JacobianRangeType class for matrix valued functions - derived from FieldMatrix.
typedef FieldMatrix<RangeFieldImp,m1*m2,n> Dune::Fem::MatrixMapping< DomainFieldImp, RangeFieldImp, n, m1, m2 >::BaseType |
type of base class
typedef DomainFieldImp Dune::Fem::MatrixMapping< DomainFieldImp, RangeFieldImp, n, m1, m2 >::DomainFieldType |
Intrinsic type used for values in the domain field (usually a double)
typedef RangeFieldImp Dune::Fem::MatrixMapping< DomainFieldImp, RangeFieldImp, n, m1, m2 >::RangeFieldType |
Intrinsic type used for values in the range field (usually a double)
typedef RangeMatrix<RangeFieldImp, m1,m2> Dune::Fem::MatrixMapping< DomainFieldImp, RangeFieldImp, n, m1, m2 >::RangeType |
Type of range vector (using type of range field) has a Dune::FieldVector type interface.
|
inline |
Default constructor.
|
inline |
Constructor initializing the whole matrix with a scalar.
|
inline |
returning reference to row
i | number of row |
|
inline |
returning reference to row
i | number of row |