DUNE PDELab (git)
Dune::Functions::CubicHermitePreBasis< GV, reduced > Class Template Reference
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. | |
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. | |
Detailed Description
template<typename GV, bool reduced = false>
class Dune::Functions::CubicHermitePreBasis< GV, reduced >
class Dune::Functions::CubicHermitePreBasis< GV, reduced >
A pre-basis for a Hermitebasis.
Pre-basis for a CubicHermite basis.
- Template Parameters
-
GV The grid view that the FE basis is defined on R Range type used for shape function values
- Note
- This only works for simplex grids
- Template Parameters
-
GV The grid view that the FE basis is defined on
The documentation for this class was generated from the following files:
- dune/functions/functionspacebases/cubichermitebasis.hh
- dune/functions/functionspacebases/test/cubichermitebasis.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)