#include <dune/pdelab/backend/istlmatrixbackend.hh>
|
| ConstLocalView () |
|
| ConstLocalView (const ISTLMatrixContainer &mc) |
|
| dune_static_assert ((is_same< typename RowCache::LocalFunctionSpace::Traits::GridFunctionSpace, typename Container::TestGridFunctionSpace >::value),"The RowCache passed to LocalView must belong to the underlying GFSV") |
|
| dune_static_assert ((is_same< typename ColCache::LocalFunctionSpace::Traits::GridFunctionSpace, typename Container::TrialGridFunctionSpace >::value),"The ColCache passed to LocalView must belong to the underlying GFSU") |
|
const RowIndexCache & | rowIndexCache () const |
|
const ColIndexCache & | colIndexCache () const |
|
void | attach (const ISTLMatrixContainer &container) |
|
void | detach () |
|
void | bind (const RowCache &row_cache, const ColCache &col_cache) |
|
void | unbind () |
|
size_type | N () const |
|
size_type | M () const |
|
void | read (LC &local_container) const |
|
const ElementType & | operator() (size_type i, size_type j) const |
|
const ElementType & | operator() (const RowDOFIndex &i, const ColDOFIndex &j) const |
|
const ElementType & | operator() (const RowContainerIndex &i, const ColContainerIndex &j) const |
|
const ElementType & | operator() (const RowContainerIndex &i, size_type j) const |
|
const ElementType & | operator() (size_type i, const ColContainerIndex &j) const |
|
const Container & | container () const |
|
template<typename GFSV , typename GFSU , typename C , typename Stats >
template<typename RowCache , typename ColCache >
template<typename GFSV , typename GFSU , typename C , typename Stats >
template<typename RowCache , typename ColCache >
Dune::PDELab::ConstUncachedMatrixView< const ISTLMatrixContainer , RowCache, ColCache >::dune_static_assert |
( |
(is_same< typename RowCache::LocalFunctionSpace::Traits::GridFunctionSpace,typename Container::TestGridFunctionSpace >::value) |
, |
|
|
"The RowCache passed to LocalView must belong to the underlying GFSV" |
|
|
) |
| |
|
inherited |
Dune::PDELab::ConstUncachedMatrixView< const ISTLMatrixContainer , RowCache, ColCache >::dune_static_assert |
( |
(is_same< typename ColCache::LocalFunctionSpace::Traits::GridFunctionSpace,typename Container::TrialGridFunctionSpace >::value) |
, |
|
|
"The ColCache passed to LocalView must belong to the underlying GFSU" |
|
|
) |
| |
|
inherited |
References Dune::PDELab::ConstUncachedMatrixView< M_, RowCache, ColCache >::colIndexCache(), Dune::PDELab::ConstUncachedMatrixView< M_, RowCache, ColCache >::container(), Dune::PDELab::ConstUncachedMatrixView< M_, RowCache, ColCache >::M(), Dune::PDELab::ConstUncachedMatrixView< M_, RowCache, ColCache >::N(), and Dune::PDELab::ConstUncachedMatrixView< M_, RowCache, ColCache >::rowIndexCache().
The documentation for this struct was generated from the following file: