Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator Class Reference

#include <dune/fufem/forms/unaryoperators.hh>

Inheritance diagram for Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator:
Inheritance graph

Public Types

using Element = typename FEOperatorBase::Element
 
using Intersection = typename FEOperatorBase::Intersection
 
using CacheManager = Dune::Fufem::Forms::CacheManager< typename Element::Geometry::ctype, Element::Geometry::mydimension >
 

Public Member Functions

 LocalOperator (const SubspaceBasis &subspaceBasis, bool isAffine)
 
 LocalOperator (const FEOperatorBase &op)
 
void unbind ()
 
auto quadratureRuleKey () const
 
template<class... LV>
void registerLocalViews (const LV &... lvs)
 
template<class... LV>
void registerOutsideLocalViews (const LV &... lvs)
 
void registerCaches (CacheManager &cacheManager)
 
void registerOutsideCaches (CacheManager &cacheManager)
 

Protected Types

using TreeCache = ShapeFunctionCache< Tree >
 
using LeafNodeCache = ShapeFunctionCache< LeafNode >
 

Protected Member Functions

const LeafNodeleafNode () const
 
auto & leafNodeCache (CacheManager &cacheManager)
 

Protected Attributes

SubspaceBasis subspaceBasis_
 
const LeafTreePath leafTreePath_
 
const LeafNodeleafNode_
 
const LocalViewlocalView_
 
QuadratureRuleKey quadratureRuleKey_
 
std::size_t cacheIndex_
 
bool isAffine_
 

Member Typedef Documentation

◆ CacheManager

template<class B , class TP , std::size_t argIndex>
using Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::CacheManager = Dune::Fufem::Forms::CacheManager<typename Element::Geometry::ctype, Element::Geometry::mydimension>

◆ Element

template<class B , class TP , std::size_t argIndex>
using Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::Element = typename FEOperatorBase::Element

◆ Intersection

template<class B , class TP , std::size_t argIndex>
using Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::Intersection = typename FEOperatorBase::Intersection

◆ LeafNodeCache

template<class B , class TP , std::size_t argIndex>
using Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::LeafNodeCache = ShapeFunctionCache<LeafNode>
protected

◆ TreeCache

template<class B , class TP , std::size_t argIndex>
using Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::TreeCache = ShapeFunctionCache<Tree>
protected

Constructor & Destructor Documentation

◆ LocalOperator() [1/2]

template<class B , class TP , std::size_t argIndex>
Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::LocalOperator ( const SubspaceBasis subspaceBasis,
bool  isAffine 
)
inline

◆ LocalOperator() [2/2]

template<class B , class TP , std::size_t argIndex>
Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::LocalOperator ( const FEOperatorBase op)
inline

Member Function Documentation

◆ leafNode()

template<class B , class TP , std::size_t argIndex>
const LeafNode & Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::leafNode ( ) const
inlineprotected

◆ leafNodeCache()

template<class B , class TP , std::size_t argIndex>
auto & Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::leafNodeCache ( CacheManager cacheManager)
inlineprotected

◆ quadratureRuleKey()

template<class B , class TP , std::size_t argIndex>
auto Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::quadratureRuleKey ( ) const
inline

◆ registerCaches()

template<class B , class TP , std::size_t argIndex>
void Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::registerCaches ( CacheManager cacheManager)
inline

◆ registerLocalViews()

template<class B , class TP , std::size_t argIndex>
template<class... LV>
void Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::registerLocalViews ( const LV &...  lvs)
inline

◆ registerOutsideCaches()

template<class B , class TP , std::size_t argIndex>
void Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::registerOutsideCaches ( CacheManager cacheManager)
inline

◆ registerOutsideLocalViews()

template<class B , class TP , std::size_t argIndex>
template<class... LV>
void Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::registerOutsideLocalViews ( const LV &...  lvs)
inline

◆ unbind()

template<class B , class TP , std::size_t argIndex>
void Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::unbind ( )
inline

Member Data Documentation

◆ cacheIndex_

template<class B , class TP , std::size_t argIndex>
std::size_t Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::cacheIndex_
protected

◆ isAffine_

template<class B , class TP , std::size_t argIndex>
bool Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::isAffine_
protected

◆ leafNode_

template<class B , class TP , std::size_t argIndex>
const LeafNode* Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::leafNode_
protected

◆ leafTreePath_

template<class B , class TP , std::size_t argIndex>
const LeafTreePath Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::leafTreePath_
protected

◆ localView_

template<class B , class TP , std::size_t argIndex>
const LocalView* Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::localView_
protected

◆ quadratureRuleKey_

template<class B , class TP , std::size_t argIndex>
QuadratureRuleKey Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::quadratureRuleKey_
protected

◆ subspaceBasis_

template<class B , class TP , std::size_t argIndex>
SubspaceBasis Dune::Fufem::Forms::FEOperatorBase< B, TP, argIndex >::LocalOperator::subspaceBasis_
protected

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