dune-functions 2.10
|
A pre-basis for a refined Lagrange bases. More...
#include <dune/functions/functionspacebases/refinedlagrangebasis.hh>
Public Types | |
using | GridView = GV |
The grid view that the FE basis is defined on. | |
using | Node = RefinedLagrangeNode< GV, k, R > |
Type of the refined Lagrange tree node. | |
using | size_type = std::size_t |
Type used for index digits. | |
Public Member Functions | |
RefinedLagrangePreBasis (const GridView &gv) | |
Constructor for a given grid view object. | |
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. | |
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. | |
Protected Attributes | |
GridView | gridView_ |
Dune::MultipleCodimMultipleGeomTypeMapper< GridView > | mapper_ |
std::size_t | maxNodeSize_ |
A pre-basis for a refined Lagrange bases.
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 |
using Dune::Functions::RefinedLagrangePreBasis< GV, k, R >::GridView = GV |
The grid view that the FE basis is defined on.
using Dune::Functions::RefinedLagrangePreBasis< GV, k, R >::Node = RefinedLagrangeNode<GV, k, R> |
Type of the refined Lagrange tree node.
|
inherited |
Type used for index digits.
|
inline |
Constructor for a given grid view object.
gv | The GridView the basis is defined on. |
Dune::NotImplemented | If an element of type !simplex is found. |
|
inlineinherited |
Return a flat container-descriptor.
|
inlineinherited |
Return total number of basis functions.
|
inlineinherited |
Export the stored GridView.
|
inlineinherited |
Fill cache with global indices of DOFs associated to the given bound node.
|
inlineinherited |
Initialize the global index information.
|
inline |
Create tree node.
|
inlineinherited |
Return maximal number of basis functions per element.
|
inlinestaticconstexpr |
Polynomial order used in the local Lagrange finite-elements.
k
only in subdomains of the element. It might be necessary to use a subdivided quadrature rule for integration.
|
inlineinherited |
Get the total dimension of the space spanned by this basis.
|
inlineinherited |
Return number of possible values for next position in multi index.
|
inlineinherited |
Update the stored GridView.
|
protectedinherited |
|
protectedinherited |
|
staticconstexprinherited |
Maximal length of global multi-indices.
|
protectedinherited |
|
staticconstexprinherited |
Minimal length of global multi-indices.
|
staticconstexprinherited |
Size required temporarily when constructing global multi-indices.