dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::Fem::Assembly::SetAndSelectBaseImpl< AssembledOperator, getAndSet > Struct Template Reference

#include <dune/fem/operator/common/localcontribution.hh>

Inheritance diagram for Dune::Fem::Assembly::SetAndSelectBaseImpl< AssembledOperator, getAndSet >:
Inheritance graph

Public Types

typedef AssembledOperator::RangeFieldType value_type
 
typedef Global::Set< AssembledOperatorGlobalOperationType
 

Public Member Functions

template<class DomainEntity , class RangeEntity , class LocalMatrix >
void begin (const DomainEntity &domainEntity, const RangeEntity &rangeEntity, const AssembledOperator &op, LocalMatrix &localMatrix) const
 
template<class DomainEntity , class RangeEntity , class LocalMatrix >
void end (const DomainEntity &domainEntity, const RangeEntity &rangeEntity, LocalMatrix &localMatrix, AssembledOperator &op) const
 

Member Typedef Documentation

◆ GlobalOperationType

template<class AssembledOperator , const bool getAndSet>
typedef Global::Set< AssembledOperator > Dune::Fem::Assembly::SetAndSelectBaseImpl< AssembledOperator, getAndSet >::GlobalOperationType

◆ value_type

template<class AssembledOperator , const bool getAndSet>
typedef AssembledOperator::RangeFieldType Dune::Fem::Assembly::SetAndSelectBaseImpl< AssembledOperator, getAndSet >::value_type

Member Function Documentation

◆ begin()

template<class AssembledOperator , const bool getAndSet>
template<class DomainEntity , class RangeEntity , class LocalMatrix >
void Dune::Fem::Assembly::SetAndSelectBaseImpl< AssembledOperator, getAndSet >::begin ( const DomainEntity &  domainEntity,
const RangeEntity &  rangeEntity,
const AssembledOperator op,
LocalMatrix &  localMatrix 
) const
inline

◆ end()

template<class AssembledOperator , const bool getAndSet>
template<class DomainEntity , class RangeEntity , class LocalMatrix >
void Dune::Fem::Assembly::SetAndSelectBaseImpl< AssembledOperator, getAndSet >::end ( const DomainEntity &  domainEntity,
const RangeEntity &  rangeEntity,
LocalMatrix &  localMatrix,
AssembledOperator op 
) const
inline

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