|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
localmatrixcolumn.hh
Go to the documentation of this file.
33 ThisType &operator= ( const RangeFieldType &value ) { localMatrix_.set( row_, col_, value ); return *this; }
35 ThisType &operator+= ( const RangeFieldType &value ) { localMatrix_.add( row_, col_, value ); return *this; }
36 ThisType &operator-= ( const RangeFieldType &value ) { localMatrix_.add( row_, col_, -value ); return *this; }
38 ThisType &operator*= ( const RangeFieldType &value ) { localMatrix_.set( row_, col_, localMatrix_.get( row_, col_ ) * value ); return *this; }
39 ThisType &operator/= ( const RangeFieldType &value ) { localMatrix_.set( row_, col_, localMatrix_.get( row_, col_ ) / value ); return *this; }
75 LocalMatrixEntry< LocalMatrixType > operator[] ( size_type row ) { return LocalMatrixEntry< LocalMatrixType >( localMatrix_, row, col_ ); }
89 const BasisFunctionSetType &basisFunctionSet () const { return localMatrix_.rangeBasisFunctionSet(); }
140 const BasisFunctionSetType &basisFunctionSet () const { return localMatrix_.rangeBasisFunctionSet(); }
Col col
IntegrationPointList< FieldImp, dim, QuadratureTraits, true > Quadrature
Definition quadrature.hh:443
RangeSpaceType::BasisFunctionSetType RangeBasisFunctionSetType
type of base function sets within range function space
Definition localmatrix.hh:65
Definition localmatrixcolumn.hh:19
LocalMatrixEntry(LocalMatrixType &localMatrix, unsigned int row, unsigned int col)
Definition localmatrixcolumn.hh:27
ThisType & operator*=(const RangeFieldType &value)
Definition localmatrixcolumn.hh:38
ThisType & operator-=(const RangeFieldType &value)
Definition localmatrixcolumn.hh:36
LocalMatrix LocalMatrixType
Definition localmatrixcolumn.hh:23
ThisType & operator=(const RangeFieldType &value)
Definition localmatrixcolumn.hh:33
LocalMatrixType::RangeFieldType RangeFieldType
Definition localmatrixcolumn.hh:25
ThisType & operator/=(const RangeFieldType &value)
Definition localmatrixcolumn.hh:39
ThisType & operator+=(const RangeFieldType &value)
Definition localmatrixcolumn.hh:35
Definition localmatrixcolumn.hh:53
LocalMatrixType::RangeBasisFunctionSetType BasisFunctionSetType
Definition localmatrixcolumn.hh:60
LocalMatrix LocalMatrixType
Definition localmatrixcolumn.hh:57
RangeFieldType operator[](size_type row) const
Definition localmatrixcolumn.hh:73
void axpy(const Point &x, Factor &&... factor)
Definition localmatrixcolumn.hh:78
BasisFunctionSetType::HessianRangeType HessianRangeType
Definition localmatrixcolumn.hh:64
BasisFunctionSetType::RangeType RangeType
Definition localmatrixcolumn.hh:62
void axpyQuadrature(const Quadrature &quadrature, Factor &&... factor)
Definition localmatrixcolumn.hh:84
LocalMatrixType::RangeFieldType RangeFieldType
Definition localmatrixcolumn.hh:59
const BasisFunctionSetType & basisFunctionSet() const
Definition localmatrixcolumn.hh:89
BasisFunctionSetType::JacobianRangeType JacobianRangeType
Definition localmatrixcolumn.hh:63
LocalMatrixColumn(LocalMatrixType &localMatrix, unsigned int col)
Definition localmatrixcolumn.hh:69
Definition localmatrixcolumn.hh:105
unsigned int size_type
Definition localmatrixcolumn.hh:119
TemporaryLocalMatrix< DomainSpace, RangeSpace > LocalMatrixType
Definition localmatrixcolumn.hh:109
void axpyQuadrature(const Quadrature &quadrature, Factor &&... factor)
Definition localmatrixcolumn.hh:135
BasisFunctionSetType::JacobianRangeType JacobianRangeType
Definition localmatrixcolumn.hh:115
LocalMatrixType::RangeBasisFunctionSetType BasisFunctionSetType
Definition localmatrixcolumn.hh:112
RangeFieldType value_type
Definition localmatrixcolumn.hh:118
const BasisFunctionSetType & basisFunctionSet() const
Definition localmatrixcolumn.hh:140
BasisFunctionSetType::HessianRangeType HessianRangeType
Definition localmatrixcolumn.hh:116
BasisFunctionSetType::RangeType RangeType
Definition localmatrixcolumn.hh:114
LocalMatrixType::RangeFieldType RangeFieldType
Definition localmatrixcolumn.hh:111
LocalMatrixColumn(LocalMatrixType &localMatrix, unsigned int col)
Definition localmatrixcolumn.hh:121
void axpy(const Point &x, Factor &&... factor)
Definition localmatrixcolumn.hh:129
auto size() const
Definition localmatrixcolumn.hh:142
A local matrix with a small array as storage.
Definition temporarylocalmatrix.hh:100
Traits::RangeFieldType RangeFieldType
Definition temporarylocalmatrix.hh:115
actual interface class for integration point lists
Definition quadrature.hh:158
T forward(T... args)
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8