|
dune-functions 2.10
|
Loading...
Searching...
No Matches
Classes |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions |
Protected Attributes |
List of all members
Dune::Functions::LagrangeNode< GV, k, R > Class Template Reference
#include <dune/functions/functionspacebases/lagrangebasis.hh>
Inheritance diagram for Dune::Functions::LagrangeNode< GV, k, R >:

Public Types | |
| using | size_type = std::size_t |
| using | Element = typename GV::template Codim< 0 >::Entity |
| using | FiniteElement = typename FiniteElementCache::FiniteElementType |
| typedef LeafNodeTag | NodeTag |
Public Member Functions | |
| LagrangeNode () | |
| Constructor without order (uses the compile-time value) | |
| LagrangeNode (unsigned int order) | |
| Constructor with a run-time order. | |
| const Element & | element () const |
| Return current element, throw if unbound. | |
| const FiniteElement & | finiteElement () const |
| Return the LocalFiniteElement for the element we are bound to. | |
| void | bind (const Element &e) |
| Bind to element. | |
| size_type | localIndex (size_type i) const |
| size_type | size () const |
| size_type | treeIndex () const |
Static Public Member Functions | |
| static constexpr auto | degree () |
Static Public Attributes | |
| static const bool | isLeaf |
| static const bool | isPower |
| static const bool | isComposite |
Protected Member Functions | |
| unsigned int | order () const |
| size_type | offset () const |
| void | setOffset (const size_type offset) |
| void | setSize (const size_type size) |
| void | setTreeIndex (size_type treeIndex) |
Protected Attributes | |
| unsigned int | order_ |
| FiniteElementCache | cache_ |
| const FiniteElement * | finiteElement_ |
| const Element * | element_ |
Member Typedef Documentation
◆ Element
template<typename GV , int k, typename R >
| using Dune::Functions::LagrangeNode< GV, k, R >::Element = typename GV::template Codim<0>::Entity |
◆ FiniteElement
template<typename GV , int k, typename R >
| using Dune::Functions::LagrangeNode< GV, k, R >::FiniteElement = typename FiniteElementCache::FiniteElementType |
◆ size_type
template<typename GV , int k, typename R >
| using Dune::Functions::LagrangeNode< GV, k, R >::size_type = std::size_t |
Constructor & Destructor Documentation
◆ LagrangeNode() [1/2]
template<typename GV , int k, typename R >
|
inline |
Constructor without order (uses the compile-time value)
◆ LagrangeNode() [2/2]
template<typename GV , int k, typename R >
|
inline |
Constructor with a run-time order.
Member Function Documentation
◆ bind()
template<typename GV , int k, typename R >
|
inline |
Bind to element.
◆ element()
template<typename GV , int k, typename R >
|
inline |
Return current element, throw if unbound.
◆ finiteElement()
template<typename GV , int k, typename R >
|
inline |
Return the LocalFiniteElement for the element we are bound to.
The LocalFiniteElement implements the corresponding interfaces of the dune-localfunctions module
◆ localIndex()
◆ offset()
|
inlineprotectedinherited |
◆ order()
template<typename GV , int k, typename R >
|
inlineprotected |
◆ setOffset()
|
inlineprotectedinherited |
◆ setSize()
|
inlineprotectedinherited |
◆ setTreeIndex()
|
inlineprotectedinherited |
◆ size()
|
inlineinherited |
◆ treeIndex()
|
inlineinherited |
Member Data Documentation
◆ cache_
template<typename GV , int k, typename R >
|
protected |
◆ element_
template<typename GV , int k, typename R >
|
protected |
◆ finiteElement_
template<typename GV , int k, typename R >
|
protected |
◆ order_
template<typename GV , int k, typename R >
|
protected |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8