![]() |
Dune-Functions 2.12-git
|
A pre-basis for a Argyrisbasis. More...
#include <dune/functions/functionspacebases/argyrisbasis.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 = ArgyrisNode< GridView, R > |
| Template mapping root tree path to type of created tree node. | |
Public Member Functions | |
| ArgyrisPreBasis (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
class Dune::Functions::ArgyrisPreBasis< GV, R >
A pre-basis for a Argyrisbasis.
- 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
Member Typedef Documentation
◆ GridView
| using Dune::Functions::ArgyrisPreBasis< GV, R >::GridView = GV |
The grid view that the FE basis is defined on.
◆ Node
| using Dune::Functions::ArgyrisPreBasis< GV, R >::Node = ArgyrisNode<GridView, R> |
Template mapping root tree path to type of created tree node.
◆ size_type
| using Dune::Functions::ArgyrisPreBasis< GV, R >::size_type = std::size_t |
Type used for indices and size information.
Constructor & Destructor Documentation
◆ ArgyrisPreBasis()
|
inline |
Constructor for a given grid view object.
Member Function Documentation
◆ containerDescriptor()
|
inlineinherited |
Return a flat container-descriptor.
◆ dimension()
|
inlineinherited |
Return total number of basis functions.
◆ gridView()
|
inlineinherited |
Export the stored GridView.
◆ indices()
|
inlineinherited |
Fill cache with global indices of DOFs associated to the given bound node.
◆ initializeIndices()
|
inlineinherited |
Initialize the global index information.
◆ makeNode()
|
inline |
Create tree node.
◆ maxNodeSize()
|
inlineinherited |
Return maximal number of basis functions per element.
◆ size() [1/2]
|
inlineinherited |
Get the total dimension of the space spanned by this basis.
◆ size() [2/2]
|
inlineinherited |
Return number of possible values for next position in multi index.
◆ update()
|
inline |
Update the stored grid view, to be called if the grid has changed.
Member Data Documentation
◆ averageVertexMeshSize_
|
protected |
◆ edgeOrientations_
|
protected |
◆ elementMapper_
|
protected |
◆ gridView_
|
protectedinherited |
◆ mapper_
|
protectedinherited |
◆ maxMultiIndexSize
|
staticconstexprinherited |
Maximal length of global multi-indices.
◆ maxNodeSize_
|
protectedinherited |
◆ minMultiIndexSize
|
staticconstexprinherited |
Minimal length of global multi-indices.
◆ multiIndexBufferSize
|
staticconstexprinherited |
Size required temporarily when constructing global multi-indices.
◆ vertexMapper_
|
protected |
The documentation for this class was generated from the following file:
