![]() |
Dune-Functions 2.11
|
A pre-basis for a Hermitebasis. More...
#include <dune/functions/functionspacebases/cubichermitebasis.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 indices and size information. | |
| using | Node = CubicHermiteNode<GridView, R,reduced> |
| Template mapping root tree path to type of created tree node. | |
Public Member Functions | |
| CubicHermitePreBasis (const GV &gv) | |
| Constructor for a given grid view object. | |
| void | update (GridView const &gv) |
| Update the stored grid view, to be called if the grid has changed. | |
| Node | makeNode () const |
| Create tree node. | |
| void | initializeIndices () |
| Initialize the global index information. | |
| const GridView & | gridView () const |
| Export 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. | |
| 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 | |
| SubEntityMapper | vertexMapper_ |
| std::vector< D > | averageVertexMeshSize_ |
| GridView | gridView_ |
| Dune::MultipleCodimMultipleGeomTypeMapper< GridView > | mapper_ |
| std::size_t | maxNodeSize_ |
A pre-basis for a Hermitebasis.
| GV | The grid view that the FE basis is defined on |
| R | Range type used for shape function values |
| using Dune::Functions::CubicHermitePreBasis< GV, R, reduced >::GridView = GV |
The grid view that the FE basis is defined on.
| using Dune::Functions::CubicHermitePreBasis< GV, R, reduced >::Node = CubicHermiteNode<GridView, R,reduced> |
Template mapping root tree path to type of created tree node.
| using Dune::Functions::CubicHermitePreBasis< GV, R, reduced >::size_type = std::size_t |
Type used for indices and size information.
|
inline |
Constructor for a given grid view object.
|
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.
|
inlineinherited |
Return number of possible values for next position in multi index.
|
inline |
Update the stored grid view, to be called if the grid has changed.
|
protected |
|
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.
|
protected |