dune-pdelab  2.7-git
Public Member Functions | List of all members
Dune::PDELab::impl::BlockDiagonalAccumulationViewWrapper< AccumulationView > Class Template Reference

#include <dune/pdelab/localoperator/blockdiagonalwrapper.hh>

Public Member Functions

 BlockDiagonalAccumulationViewWrapper (AccumulationView &view, bool diagonal)
 
const auto weight ()
 
auto data ()
 
const auto data () const
 
template<typename LFSU , typename I , typename Value >
void accumulate (const LFSU &lfsu, I i, Value value)
 
template<typename LFSU , typename I , typename LFSV , typename J , typename Value >
void accumulate (const LFSU &lfsu, I i, const LFSV &lfsv, J j, Value value)
 

Constructor & Destructor Documentation

◆ BlockDiagonalAccumulationViewWrapper()

template<typename AccumulationView >
Dune::PDELab::impl::BlockDiagonalAccumulationViewWrapper< AccumulationView >::BlockDiagonalAccumulationViewWrapper ( AccumulationView &  view,
bool  diagonal 
)
inline

Member Function Documentation

◆ accumulate() [1/2]

template<typename AccumulationView >
template<typename LFSU , typename I , typename LFSV , typename J , typename Value >
void Dune::PDELab::impl::BlockDiagonalAccumulationViewWrapper< AccumulationView >::accumulate ( const LFSU &  lfsu,
i,
const LFSV &  lfsv,
j,
Value  value 
)
inline

◆ accumulate() [2/2]

template<typename AccumulationView >
template<typename LFSU , typename I , typename Value >
void Dune::PDELab::impl::BlockDiagonalAccumulationViewWrapper< AccumulationView >::accumulate ( const LFSU &  lfsu,
i,
Value  value 
)
inline

◆ data() [1/2]

template<typename AccumulationView >
auto Dune::PDELab::impl::BlockDiagonalAccumulationViewWrapper< AccumulationView >::data ( )
inline

◆ data() [2/2]

template<typename AccumulationView >
const auto Dune::PDELab::impl::BlockDiagonalAccumulationViewWrapper< AccumulationView >::data ( ) const
inline

◆ weight()

template<typename AccumulationView >
const auto Dune::PDELab::impl::BlockDiagonalAccumulationViewWrapper< AccumulationView >::weight ( )
inline

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