|
dune-fem 2.12-git
|
#include <dune/fem/operator/matrix/densematrix.hh>

Public Types | |
| typedef LocalMatrixTraits | Traits |
| typedef MatrixObject::MatrixType | MatrixType |
| typedef Traits::RangeFieldType | RangeFieldType |
| typedef Traits::LittleBlockType | LittleBlockType |
| typedef RangeFieldType | DofType |
| typedef BaseType::DomainSpaceType | DomainSpaceType |
| typedef BaseType::RangeSpaceType | RangeSpaceType |
| typedef BaseType::DomainBasisFunctionSetType | DomainBasisFunctionSetType |
| typedef BaseType::RangeBasisFunctionSetType | RangeBasisFunctionSetType |
| typedef BaseType::DomainEntityType | DomainEntityType |
| typedef BaseType::RangeEntityType | RangeEntityType |
| typedef ThisType | LocalMatrixInterfaceType |
| type of this interface | |
| typedef Traits::LocalMatrixType | LocalMatrixType |
| type of local matrix implementation | |
| typedef MatrixColumnObject< Traits > | MatrixColumnType |
Public Member Functions | |
| LocalMatrix (MatrixType &matrix, const DomainSpaceType &domainSpace, const RangeSpaceType &rangeSpace, const DomainMapperType &domainMapper, const RangeMapperType &rangeMapper) | |
| LocalMatrix (const ThisType &)=delete | |
| ThisType & | operator= (const ThisType &)=delete |
| void | init (const DomainEntityType &domainEntity, const RangeEntityType &rangeEntity) |
| int | rows () const |
| int | cols () const |
| void | add (const int row, const int col, const DofType &value) |
| const DofType & | get (const int row, const int col) const |
| void | set (const int row, const int col, const DofType &value) |
| void | clearRow (const int row) |
| void | unitRow (const int row) |
| void | clear () |
| void | scale (const DofType &value) |
| void | init (const DomainEntityType &domainEntity, const RangeEntityType &rangeEntity) |
| initialize the local matrix to entities | |
| void | bind (const DomainEntityType &domainEntity, const RangeEntityType &rangeEntity) |
| initialize the local matrix to entities | |
| void | unbind () |
| clear local matrix from entities | |
| void | resort () |
| resort ordering in global matrix (if possible) | |
| void | finalize () |
| finalize local matrix setup and possibly add values to real matrix | |
| int | columns () const |
| get number of columns within the matrix | |
| const DomainSpaceType & | domainSpace () const |
| access to the domain space | |
| const RangeSpaceType & | rangeSpace () const |
| access to the range space | |
| const DomainBasisFunctionSetType & | domainBasisFunctionSet () const |
| access to the base function set within the domain space | |
| const RangeBasisFunctionSetType & | rangeBasisFunctionSet () const |
| access to the base function set within the range space | |
| const DomainEntityType & | domainEntity () const |
| const RangeEntityType & | rangeEntity () const |
| template<class DomainLocalFunctionType , class RangeLocalFunctionType > | |
| void | multiplyAdd (const DomainLocalFunctionType &lhs, RangeLocalFunctionType &rhs) const |
| multiply left hand side with local matrix and add to right hand side rhs += Matrix * lhs | |
| void | clearCol (const int localCol) |
| ser column entries to zero | |
| void | add (const int localRow, const int localCol, const RangeFieldType &value) |
| add value to matrix entry (row,col) where row and col are local row and local column | |
| void | set (const int localRow, const int localCol, const RangeFieldType &value) |
| set value of matrix entry (row,col) where row and col are local row and local column | |
| void | scale (const RangeFieldType &scalar) |
| scale matrix with scalar value | |
| MatrixColumnType | column (const unsigned int col) |
| return column object for local matrix which contains axpy methods for convenience | |
Protected Member Functions | |
| const Implementation & | asImp () const |
| Implementation & | asImp () |
Static Protected Member Functions | |
| static const Implementation & | asImp (const ThisType &other) |
| static Implementation & | asImp (ThisType &other) |
| static const LocalMatrixTraits::LocalMatrixType & | asImp (const ThisType &other) |
| static LocalMatrixTraits::LocalMatrixType & | asImp (ThisType &other) |
Protected Attributes | |
| const DomainSpaceType & | domainSpace_ |
| const RangeSpaceType & | rangeSpace_ |
| DomainBasisFunctionSetType | domainBaseSet_ |
| RangeBasisFunctionSetType | rangeBaseSet_ |
| std::optional< DomainEntityType > | domainEntity_ |
| std::optional< RangeEntityType > | rangeEntity_ |
Member Typedef Documentation
◆ DofType
| typedef RangeFieldType Dune::Fem::DenseRowMatrixObject< DomainSpace, RangeSpace >::LocalMatrix::DofType |
◆ DomainBasisFunctionSetType
|
inherited |
◆ DomainEntityType
|
inherited |
◆ DomainSpaceType
|
inherited |
◆ LittleBlockType
| typedef Traits::LittleBlockType Dune::Fem::DenseRowMatrixObject< DomainSpace, RangeSpace >::LocalMatrix::LittleBlockType |
◆ LocalMatrixInterfaceType
|
inherited |
type of this interface
◆ LocalMatrixType
|
inherited |
type of local matrix implementation
◆ MatrixColumnType
|
inherited |
◆ MatrixType
| typedef MatrixObject::MatrixType Dune::Fem::DenseRowMatrixObject< DomainSpace, RangeSpace >::LocalMatrix::MatrixType |
◆ RangeBasisFunctionSetType
|
inherited |
◆ RangeEntityType
|
inherited |
◆ RangeFieldType
| typedef Traits::RangeFieldType Dune::Fem::DenseRowMatrixObject< DomainSpace, RangeSpace >::LocalMatrix::RangeFieldType |
◆ RangeSpaceType
|
inherited |
◆ Traits
| typedef LocalMatrixTraits Dune::Fem::DenseRowMatrixObject< DomainSpace, RangeSpace >::LocalMatrix::Traits |
Constructor & Destructor Documentation
◆ LocalMatrix() [1/2]
|
inline |
◆ LocalMatrix() [2/2]
|
delete |
Member Function Documentation
◆ add() [1/2]
|
inlineinherited |
add value to matrix entry (row,col) where row and col are local row and local column
- Parameters
-
[in] localRow local row [in] localCol local column [in] value value to add
◆ add() [2/2]
|
inline |
◆ asImp() [1/6]
|
inlineprotectedinherited |
◆ asImp() [2/6]
|
inlineprotectedinherited |
◆ asImp() [3/6]
|
inlinestaticprotectedinherited |
◆ asImp() [4/6]
|
inlinestaticprotectedinherited |
◆ asImp() [5/6]
|
inlinestaticprotectedinherited |
◆ asImp() [6/6]
|
inlinestaticprotectedinherited |
◆ bind()
|
inlineinherited |
initialize the local matrix to entities
- Parameters
-
[in] domainEntity entity within grid of domain space, [in] rangeEntity entity within grid of range space
◆ clear()
|
inline |
◆ clearCol()
|
inlineinherited |
ser column entries to zero
- Parameters
-
[in] localCol local column that is set to zero
◆ clearRow()
|
inline |
◆ cols()
|
inline |
◆ column()
|
inlineinherited |
return column object for local matrix which contains axpy methods for convenience
- Parameters
-
col local column number
- Returns
- object of type MatrixColumnObject
◆ columns()
|
inlineinherited |
get number of columns within the matrix
◆ domainBasisFunctionSet()
|
inlineinherited |
access to the base function set within the domain space
◆ domainEntity()
|
inlineinherited |
◆ domainSpace()
|
inlineinherited |
access to the domain space
◆ finalize()
|
inlineinherited |
finalize local matrix setup and possibly add values to real matrix
◆ get()
|
inline |
◆ init() [1/2]
|
inlineinherited |
initialize the local matrix to entities
- Parameters
-
[in] domainEntity entity within grid of domain space, [in] rangeEntity entity within grid of range space
◆ init() [2/2]
|
inline |
◆ multiplyAdd()
|
inlineinherited |
multiply left hand side with local matrix and add to right hand side rhs += Matrix * lhs
- Parameters
-
[in] lhs left hand side [out] rhs right hand side
◆ operator=()
|
delete |
◆ rangeBasisFunctionSet()
|
inlineinherited |
access to the base function set within the range space
◆ rangeEntity()
|
inlineinherited |
◆ rangeSpace()
|
inlineinherited |
access to the range space
◆ resort()
|
inlineinherited |
resort ordering in global matrix (if possible)
◆ rows()
|
inline |
◆ scale() [1/2]
|
inline |
◆ scale() [2/2]
|
inlineinherited |
scale matrix with scalar value
- Parameters
-
[in] scalar scalar value that scales the matrix
◆ set() [1/2]
|
inlineinherited |
set value of matrix entry (row,col) where row and col are local row and local column
- Parameters
-
[in] localRow local row [in] localCol local column [in] value value to set
◆ set() [2/2]
|
inline |
◆ unbind()
|
inlineinherited |
clear local matrix from entities
◆ unitRow()
|
inline |
Member Data Documentation
◆ domainBaseSet_
|
protectedinherited |
◆ domainEntity_
|
protectedinherited |
◆ domainSpace_
|
protected |
◆ rangeBaseSet_
|
protectedinherited |
◆ rangeEntity_
|
protectedinherited |
◆ rangeSpace_
|
protected |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8