dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::Fem::LocalMatrixEntry< LocalMatrix > Class Template Reference

#include <dune/fem/operator/common/localmatrixcolumn.hh>

Public Types

typedef LocalMatrix LocalMatrixType
 
typedef LocalMatrixType::RangeFieldType RangeFieldType
 

Public Member Functions

 LocalMatrixEntry (LocalMatrixType &localMatrix, unsigned int row, unsigned int col)
 
 operator RangeFieldType () const
 
ThisTypeoperator= (const RangeFieldType &value)
 
ThisTypeoperator+= (const RangeFieldType &value)
 
ThisTypeoperator-= (const RangeFieldType &value)
 
ThisTypeoperator*= (const RangeFieldType &value)
 
ThisTypeoperator/= (const RangeFieldType &value)
 

Member Typedef Documentation

◆ LocalMatrixType

template<class LocalMatrix >
typedef LocalMatrix Dune::Fem::LocalMatrixEntry< LocalMatrix >::LocalMatrixType

◆ RangeFieldType

template<class LocalMatrix >
typedef LocalMatrixType::RangeFieldType Dune::Fem::LocalMatrixEntry< LocalMatrix >::RangeFieldType

Constructor & Destructor Documentation

◆ LocalMatrixEntry()

template<class LocalMatrix >
Dune::Fem::LocalMatrixEntry< LocalMatrix >::LocalMatrixEntry ( LocalMatrixType localMatrix,
unsigned int  row,
unsigned int  col 
)
inline

Member Function Documentation

◆ operator RangeFieldType()

template<class LocalMatrix >
Dune::Fem::LocalMatrixEntry< LocalMatrix >::operator RangeFieldType ( ) const
inline

◆ operator*=()

template<class LocalMatrix >
ThisType & Dune::Fem::LocalMatrixEntry< LocalMatrix >::operator*= ( const RangeFieldType value)
inline

◆ operator+=()

template<class LocalMatrix >
ThisType & Dune::Fem::LocalMatrixEntry< LocalMatrix >::operator+= ( const RangeFieldType value)
inline

◆ operator-=()

template<class LocalMatrix >
ThisType & Dune::Fem::LocalMatrixEntry< LocalMatrix >::operator-= ( const RangeFieldType value)
inline

◆ operator/=()

template<class LocalMatrix >
ThisType & Dune::Fem::LocalMatrixEntry< LocalMatrix >::operator/= ( const RangeFieldType value)
inline

◆ operator=()

template<class LocalMatrix >
ThisType & Dune::Fem::LocalMatrixEntry< LocalMatrix >::operator= ( const RangeFieldType value)
inline

The documentation for this class was generated from the following file: