|
dune-pdelab
2.0.0
|
#include <dune/pdelab/backend/istlmatrixbackend.hh>

Public Types | |
| typedef ISTLMatrixContainer | Container |
| typedef Container::ElementType | ElementType |
| typedef Container::size_type | size_type |
| typedef RowCache | RowIndexCache |
| typedef ColCache | ColIndexCache |
| typedef RowCache::LocalFunctionSpace | LFSV |
| typedef ColCache::LocalFunctionSpace | LFSU |
| typedef LFSV::Traits::DOFIndex | RowDOFIndex |
| typedef LFSV::Traits::GridFunctionSpace::Ordering::Traits::ContainerIndex | RowContainerIndex |
| typedef LFSU::Traits::DOFIndex | ColDOFIndex |
| typedef LFSU::Traits::GridFunctionSpace::Ordering::Traits::ContainerIndex | ColContainerIndex |
| typedef Container::field_type | E |
Public Member Functions | |
| LocalView () | |
| LocalView (ISTLMatrixContainer &mc) | |
| void | commit () |
| void | write (const LC &local_container) |
| void | add (const LC &local_container) |
| void | add (size_type i, size_type j, const ElementType &v) |
| void | add (const RowDOFIndex &i, const ColDOFIndex &j, const ElementType &v) |
| void | add (const RowContainerIndex &i, const ColContainerIndex &j, const ElementType &v) |
| void | add (const RowContainerIndex &i, size_type j, const ElementType &v) |
| void | add (size_type i, const ColContainerIndex &j, const ElementType &v) |
| ElementType & | operator() (size_type i, size_type j) |
| ElementType & | operator() (const RowDOFIndex &i, const ColDOFIndex &j) |
| ElementType & | operator() (const RowContainerIndex &i, const ColContainerIndex &j) |
| ElementType & | operator() (const RowContainerIndex &i, size_type j) |
| ElementType & | operator() (size_type i, const ColContainerIndex &j) |
| 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 |
| Container & | container () |
| const Container & | container () const |
| 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 (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 |
Protected Attributes | |
| ISTLMatrixContainer * | _container |
| const RowCache * | _row_cache |
| const ColCache * | _col_cache |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inlineinherited |
References Dune::PDELab::ConstUncachedMatrixView< M_, RowCache, ColCache >::colIndexCache(), Dune::PDELab::UncachedMatrixView< 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().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
References Dune::PDELab::ConstUncachedMatrixView< M_, RowCache, ColCache >::colIndexCache(), Dune::PDELab::UncachedMatrixView< 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().
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
1.8.7