#include <dune/functions/gridfunctions/discreteglobalbasisfunction.hh>
◆ Domain
template<typename B , typename V , typename NTRE > 
      
 
 
◆ Element
template<typename B , typename V , typename NTRE > 
      
 
 
◆ LocalFunctionBase() [1/2]
template<typename B , typename V , typename NTRE > 
 
 
◆ LocalFunctionBase() [2/2]
template<typename B , typename V , typename NTRE > 
 
Copy-construct the local-function. 
This copy-constructor copies the cached local DOFs only if the other local-function is bound to an element. 
 
 
◆ assignWith()
template<typename B , typename V , typename NTRE > 
template<class To , class From > 
 
 
◆ bind()
template<typename B , typename V , typename NTRE > 
 
Bind LocalFunction to grid element. 
You must call this method before operator() and after changes to the coefficient vector. 
 
 
◆ bound()
template<typename B , typename V , typename NTRE > 
 
 
◆ localContext()
template<typename B , typename V , typename NTRE > 
 
Return the element the local-function is bound to. 
 
 
◆ nodeToRangeEntry()
template<typename B , typename V , typename NTRE > 
template<class Node , class TreePath , class Range > 
 
 
◆ operator=()
template<typename B , typename V , typename NTRE > 
 
Copy-assignment of the local-function. 
Assign all members from other to this, except the local DOFs. Those are copied only if the other local-function is bound to an element. 
 
 
◆ unbind()
template<typename B , typename V , typename NTRE > 
 
Unbind the local-function. 
 
 
◆ data_
template<typename B , typename V , typename NTRE > 
 
 
◆ localDoFs_
template<typename B , typename V , typename NTRE > 
 
 
◆ localView_
template<typename B , typename V , typename NTRE > 
 
 
The documentation for this class was generated from the following file: