![]() |
Dune-Functions 2.12-git
|
Loading...
Searching...
No Matches
refinedlagrangebasis.hh
Go to the documentation of this file.
auto refinedLagrange()
Create a pre-basis factory that can create a RefinedLagrange pre-basis.
Definition refinedlagrangebasis.hh:202
size_type dim() const
#define DUNE_THROW(E,...)
static constexpr T binomial(const T &n, const T &k) noexcept
Global basis for given pre-basis.
Definition defaultglobalbasis.hh:53
A generic MixIn class for PreBasis with flat indices computed from a mapper.
Definition leafprebasismappermixin.hh:62
Definition nodes.hh:214
Definition refinedlagrangebasis.hh:120
const FiniteElement & finiteElement() const
Return the LocalFiniteElement for the element we are bound to.
Definition refinedlagrangebasis.hh:164
const Element * element_
Definition refinedlagrangebasis.hh:187
void bind(const Element &e)
Bind the node to the element e.
Definition refinedlagrangebasis.hh:170
const FiniteElement finiteElement_
Definition refinedlagrangebasis.hh:186
static constexpr unsigned int order()
Polynomial order used in the local Lagrange finite-elements in subdomains of the element.
Definition refinedlagrangebasis.hh:180
typename GV::template Codim< 0 >::Entity Element
Type of the element in the GridView.
Definition refinedlagrangebasis.hh:128
RefinedLagrangeNode()
The default constructor initializes all members to their default.
Definition refinedlagrangebasis.hh:144
const Element & element() const
Return current element. The behavior is undefined if the node is not bound to any element.
Definition refinedlagrangebasis.hh:153
A pre-basis for a refined Lagrange bases.
Definition refinedlagrangebasis.hh:46
static constexpr unsigned int order()
Polynomial order used in the local Lagrange finite-elements.
Definition refinedlagrangebasis.hh:109
Node makeNode() const
Create tree node.
Definition refinedlagrangebasis.hh:97
GV GridView
The grid view that the FE basis is defined on.
Definition refinedlagrangebasis.hh:75
RefinedLagrangePreBasis(const GridView &gv)
Constructor for a given grid view object.
Definition refinedlagrangebasis.hh:86
