DUNE PDELab (git)
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
Dune::Functions::RefinedLagrangePreBasis< GV, k, R > Class Template Reference
A pre-basis for a refined Lagrange bases. More...
#include <dune/functions/functionspacebases/refinedlagrangebasis.hh>
Public Member Functions | |
RefinedLagrangePreBasis (const GridView &gv) | |
Constructor for a given grid view object. More... | |
Node | makeNode () const |
Create tree node. | |
void | initializeIndices () |
Initialize the global index information. | |
const GridView & | gridView () const |
Export the stored GridView. | |
void | update (const GridView &gv) |
Update the stored GridView. | |
size_type | dimension () const |
Return total number of basis functions. | |
size_type | maxNodeSize () const |
Return maximal number of basis functions per element. | |
template<class Node , class It > | |
It | indices (const Node &node, It it) const |
Fill cache with global indices of DOFs associated to the given bound node. | |
size_type | size (const SizePrefix &prefix) const |
Return number of possible values for next position in multi index. | |
size_type | size () const |
Get the total dimension of the space spanned by this basis. | |
auto | containerDescriptor () const |
Return a flat container-descriptor. | |
Static Public Member Functions | |
static constexpr unsigned int | order () |
Polynomial order used in the local Lagrange finite-elements. More... | |
Static Public Attributes | |
static constexpr size_type | maxMultiIndexSize |
Maximal length of global multi-indices. | |
static constexpr size_type | minMultiIndexSize |
Minimal length of global multi-indices. | |
static constexpr size_type | multiIndexBufferSize |
Size required temporarily when constructing global multi-indices. | |
Detailed Description
template<typename GV, int k, typename R = double>
class Dune::Functions::RefinedLagrangePreBasis< GV, k, R >
class Dune::Functions::RefinedLagrangePreBasis< GV, k, R >
A pre-basis for a refined Lagrange bases.
- Template Parameters
-
GV The grid view that the FE basis is defined on k The polynomial order of ansatz functions R Range field-type used for shape function values
- Note
- This only works for simplex grids.
Constructor & Destructor Documentation
◆ RefinedLagrangePreBasis()
template<typename GV , int k, typename R = double>
|
inline |
Constructor for a given grid view object.
- Parameters
-
gv The GridView the basis is defined on.
- Exceptions
-
Dune::NotImplemented If an element of type !simplex is found.
References DUNE_THROW, and Dune::FloatCmp::gt().
Member Function Documentation
◆ order()
template<typename GV , int k, typename R = double>
|
inlinestaticconstexpr |
Polynomial order used in the local Lagrange finite-elements.
- Note
- The local function is of order
k
only in subdomains of the element. It might be necessary to use a subdivided quadrature rule for integration.
The documentation for this class was generated from the following file:
- dune/functions/functionspacebases/refinedlagrangebasis.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)