![]() |
Dune-Functions 2.12-git
|
Loading...
Searching...
No Matches
lagrangedgbasis.hh
Go to the documentation of this file.
auto lagrangeDG()
Create a pre-basis factory that can create a LagrangeDG pre-basis.
Definition lagrangedgbasis.hh:156
static constexpr IntegralRange< std::decay_t< T > > range(T &&from, U &&to) noexcept
#define DUNE_THROW(E,...)
constexpr bool isPyramid() const
constexpr bool isTetrahedron() const
constexpr bool isPrism() const
constexpr unsigned int dim() const
constexpr bool isTriangle() const
constexpr bool isLine() const
constexpr bool isQuadrilateral() const
constexpr bool isHexahedron() const
Index index(const EntityType &e) const
Global basis for given pre-basis.
Definition defaultglobalbasis.hh:53
Definition lagrangebasis.hh:896
const Element & element() const
Return current element, throw if unbound.
Definition lagrangebasis.hh:965
PreBasis implementation for a Lagrangean-DG finite element space.
Definition lagrangedgbasis.hh:51
Node makeNode() const
Create tree node.
Definition lagrangedgbasis.hh:115
LagrangeDGPreBasis(const GridView &gv, unsigned int order)
Constructor for a given grid view object.
Definition lagrangedgbasis.hh:106
typename Base::size_type size_type
Definition lagrangedgbasis.hh:85
unsigned int order() const
Polynomial order used in the local Lagrange finite-elements.
Definition lagrangedgbasis.hh:133
LagrangeDGPreBasis(const GridView &gv)
Constructor for a given grid view object.
Definition lagrangedgbasis.hh:94
It indices(const Node &node, It it) const
Definition lagrangedgbasis.hh:121
GV GridView
The grid view that the FE space is defined on.
Definition lagrangedgbasis.hh:84
A generic MixIn class for PreBasis with flat indices computed from a mapper.
Definition leafprebasismappermixin.hh:62
Dune::MultipleCodimMultipleGeomTypeMapper< GridView > mapper_
Definition leafprebasismappermixin.hh:133
std::size_t size_type
Type used for index digits.
Definition leafprebasismappermixin.hh:71
size_type size() const
Obtain the number of basis function in the local node.
Definition nodes.hh:158
