dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::DofBlockFunctor< DofVector, Functor > Struct Template Reference

#include <dune/fem/function/common/functor.hh>

Public Types

typedef DofVector::BlockIndices BlockIndices
 

Public Member Functions

 DofBlockFunctor (DofVector &dofVector, Functor functor)
 
template<class GlobalKey >
void operator() (std::size_t local, const GlobalKey &globalKey) const
 

Static Public Attributes

static constexpr std::size_t blockSize = Hybrid::size( BlockIndices() )
 

Member Typedef Documentation

◆ BlockIndices

template<class DofVector , class Functor >
typedef DofVector::BlockIndices Dune::Fem::DofBlockFunctor< DofVector, Functor >::BlockIndices

Constructor & Destructor Documentation

◆ DofBlockFunctor()

template<class DofVector , class Functor >
Dune::Fem::DofBlockFunctor< DofVector, Functor >::DofBlockFunctor ( DofVector &  dofVector,
Functor  functor 
)
inline

Member Function Documentation

◆ operator()()

template<class DofVector , class Functor >
template<class GlobalKey >
void Dune::Fem::DofBlockFunctor< DofVector, Functor >::operator() ( std::size_t  local,
const GlobalKey &  globalKey 
) const
inline

Member Data Documentation

◆ blockSize

template<class DofVector , class Functor >
constexpr std::size_t Dune::Fem::DofBlockFunctor< DofVector, Functor >::blockSize = Hybrid::size( BlockIndices() )
staticconstexpr

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