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

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

Public Types

using Container = typename View::Container
 
using ElementType = typename View::value_type
 
using SizeType = typename View::size_type
 

Public Member Functions

 ZeroViewWrapper (const View &view, bool zero)
 
template<typename LFS >
const ElementTypeoperator() (const LFS &lfs, SizeType i) const
 

Member Typedef Documentation

◆ Container

template<typename View >
using Dune::PDELab::impl::ZeroViewWrapper< View >::Container = typename View::Container

◆ ElementType

template<typename View >
using Dune::PDELab::impl::ZeroViewWrapper< View >::ElementType = typename View::value_type

◆ SizeType

template<typename View >
using Dune::PDELab::impl::ZeroViewWrapper< View >::SizeType = typename View::size_type

Constructor & Destructor Documentation

◆ ZeroViewWrapper()

template<typename View >
Dune::PDELab::impl::ZeroViewWrapper< View >::ZeroViewWrapper ( const View &  view,
bool  zero 
)
inline

Member Function Documentation

◆ operator()()

template<typename View >
template<typename LFS >
const ElementType& Dune::PDELab::impl::ZeroViewWrapper< View >::operator() ( const LFS &  lfs,
SizeType  i 
) const
inline

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