dune-functions 2.10
|
#include <dune/functions/functionspacebases/hierarchicallagrangebasis.hh>
Public Types | |
using | GridView = GV |
The grid view that the FE basis is defined on. | |
using | size_type = std::size_t |
Type used for index digits. | |
Public Member Functions | |
HierarchicalLagrangePreBasis (const GV &gridView) | |
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 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_ |
|
inherited |
The grid view that the FE basis is defined on.
|
inherited |
Type used for index digits.
|
inline |
|
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.
|
inlineinherited |
Create tree node.
|
inlineinherited |
Return maximal number of basis functions per element.
|
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.