![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
Dune::Fufem::Forms::OutsideOperator< BaseOperator >::LocalOperator Class Reference
#include <dune/fufem/forms/outsideoperator.hh>
Inheritance diagram for Dune::Fufem::Forms::OutsideOperator< BaseOperator >::LocalOperator:

Public Types | |
| using | Element = typename BaseLocalOperator::Element |
| using | Intersection = typename BaseLocalOperator::Intersection |
| using | CacheManager = typename BaseLocalOperator::CacheManager |
| using | Range = typename BaseLocalOperator::Range |
Public Member Functions | |
| LocalOperator (BaseLocalOperator &&baseLocalOperator) | |
| auto | operator() (std::size_t index) const |
| 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) |
| template<class Dummy = void> | |
| void | bind (const Element &) |
| void | bind (const Intersection &intersection, const Element &element, const Element &otherElement) |
| template<class Dummy = void> | |
| void | bindToCaches (CacheManager &cacheManager) |
| void | bindToCaches (CacheManager &cacheManager, CacheManager &outsideCacheManager) |
Member Typedef Documentation
◆ CacheManager
template<class BaseOperator >
| using Dune::Fufem::Forms::OutsideOperator< BaseOperator >::LocalOperator::CacheManager = typename BaseLocalOperator::CacheManager |
◆ Element
template<class BaseOperator >
| using Dune::Fufem::Forms::OutsideOperator< BaseOperator >::LocalOperator::Element = typename BaseLocalOperator::Element |
◆ Intersection
template<class BaseOperator >
| using Dune::Fufem::Forms::OutsideOperator< BaseOperator >::LocalOperator::Intersection = typename BaseLocalOperator::Intersection |
◆ Range
template<class BaseOperator >
| using Dune::Fufem::Forms::OutsideOperator< BaseOperator >::LocalOperator::Range = typename BaseLocalOperator::Range |
Constructor & Destructor Documentation
◆ LocalOperator()
template<class BaseOperator >
|
inline |
Member Function Documentation
◆ bind() [1/2]
template<class BaseOperator >
template<class Dummy = void>
|
inline |
◆ bind() [2/2]
template<class BaseOperator >
|
inline |
◆ bindToCaches() [1/2]
template<class BaseOperator >
template<class Dummy = void>
|
inline |
◆ bindToCaches() [2/2]
template<class BaseOperator >
|
inline |
◆ operator()()
template<class BaseOperator >
|
inline |
◆ quadratureRuleKey()
template<class BaseOperator >
|
inline |
◆ registerCaches()
template<class BaseOperator >
|
inline |
◆ registerLocalViews()
template<class BaseOperator >
template<class... LV>
|
inline |
◆ registerOutsideCaches()
template<class BaseOperator >
|
inline |
◆ registerOutsideLocalViews()
template<class BaseOperator >
template<class... LV>
|
inline |
The documentation for this class was generated from the following file:
