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

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

Inheritance diagram for Dune::Fem::Assembly::SetBase< AssembledOperator, std::enable_if_t< Fem::IsAssembledOperator< AssembledOperator >::value > >:
Inheritance graph

Public Types

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

Public Member Functions

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

Member Typedef Documentation

◆ GlobalOperationType

typedef Global::Set< AssembledOperator > Dune::Fem::Assembly::SetAndSelectBaseImpl< AssembledOperator, getAndSet >::GlobalOperationType
inherited

◆ value_type

Member Function Documentation

◆ begin()

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

◆ end()

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

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