DUNE PDELab (unstable)
Dune::Functions::MorleyPreBasis< GV, R > Class Template Reference
A pre-basis for a Morleybasis. More...
#include <dune/functions/functionspacebases/morleybasis.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 = MorleyNode< GridView, R > |
| Template mapping root tree path to type of created tree node. | |
Public Member Functions | |
| MorleyPreBasis (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<class GV, class R>
class Dune::Functions::MorleyPreBasis< GV, R >
class Dune::Functions::MorleyPreBasis< GV, R >
A pre-basis for a Morleybasis.
- 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
The documentation for this class was generated from the following file:
- dune/functions/functionspacebases/morleybasis.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden & Uni Heidelberg |
generated with Hugo v0.111.3
(Nov 2, 23:43, 2025)