![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
Dune::Fufem::Forms::MeshSizeOperator< GV >::LocalOperator Class Reference
#include <dune/fufem/forms/geometryoperators.hh>
Public Types | |
| using | Element = typename GridView::template Codim< 0 >::Entity |
| using | Intersection = typename GridView::Intersection |
| using | CacheManager = Dune::Fufem::Forms::CacheManager< typename Element::Geometry::ctype, Element::Geometry::mydimension > |
| using | Range = double |
Public Member Functions | |
| 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) |
| void | bind (const Element &element) |
| void | bind (const Intersection &intersection, const Element &element, const Element &otherElement) |
| template<class... OutsideCacheManager> | |
| void | bindToCaches (CacheManager &cacheManager, OutsideCacheManager &... outsideCacheManager) |
| auto | operator() (std::size_t index) const |
Member Typedef Documentation
◆ CacheManager
template<class GV >
| using Dune::Fufem::Forms::MeshSizeOperator< GV >::LocalOperator::CacheManager = Dune::Fufem::Forms::CacheManager<typename Element::Geometry::ctype, Element::Geometry::mydimension> |
◆ Element
template<class GV >
| using Dune::Fufem::Forms::MeshSizeOperator< GV >::LocalOperator::Element = typename GridView::template Codim<0>::Entity |
◆ Intersection
template<class GV >
| using Dune::Fufem::Forms::MeshSizeOperator< GV >::LocalOperator::Intersection = typename GridView::Intersection |
◆ Range
template<class GV >
| using Dune::Fufem::Forms::MeshSizeOperator< GV >::LocalOperator::Range = double |
Member Function Documentation
◆ bind() [1/2]
template<class GV >
|
inline |
◆ bind() [2/2]
template<class GV >
|
inline |
◆ bindToCaches()
template<class GV >
template<class... OutsideCacheManager>
|
inline |
◆ operator()()
template<class GV >
|
inline |
◆ quadratureRuleKey()
template<class GV >
|
inline |
◆ registerCaches()
template<class GV >
|
inline |
◆ registerLocalViews()
template<class GV >
template<class... LV>
|
inline |
◆ registerOutsideCaches()
template<class GV >
|
inline |
◆ registerOutsideLocalViews()
template<class GV >
template<class... LV>
|
inline |
The documentation for this class was generated from the following file:
