DUNE-FUNCTIONS (2.10)
Dune::Functions::CubicHermitePreBasis< GV, reduced > Class Template Reference
Pre-basis for a CubicHermite basis. More...
#include <dune/functions/functionspacebases/test/cubichermitebasis.hh>
Public Types | |
using | size_type = std::size_t |
Type used for index digits. | |
Public Member Functions | |
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 >
Pre-basis for a CubicHermite basis.
- Template Parameters
-
GV The grid view that the FE basis is defined on
The documentation for this class was generated from the following file:
- dune/functions/functionspacebases/test/cubichermitebasis.hh
