![]() |
Dune-Functions 2.11
|
A pre-basis for a refined Lagrange bases. More...
#include <dune/functions/functionspacebases/refinedlagrangebasis.hh>

Public Types | |
| using | GridView = GV |
| The grid view that the FE basis is defined on. | |
| using | Node = RefinedLagrangeNode< GV, k, R > |
| Type of the refined Lagrange tree node. | |
| using | size_type = std::size_t |
| Type used for index digits. | |
Public Member Functions | |
| RefinedLagrangePreBasis (const GridView &gv) | |
| Constructor for a given grid view object. | |
| Node | makeNode () const |
| Create tree node. | |
| void | initializeIndices () |
| Initialize the global index information. | |
| const GridView & | gridView () const |
| Export the stored GridView. | |
| void | update (const GridView &gv) |
| Update 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 Member Functions | |
| static constexpr unsigned int | order () |
| Polynomial order used in the local Lagrange finite-elements. | |
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 | |
| GridView | gridView_ |
| Dune::MultipleCodimMultipleGeomTypeMapper< GridView > | mapper_ |
| std::size_t | maxNodeSize_ |
Detailed Description
class Dune::Functions::RefinedLagrangePreBasis< GV, k, R >
A pre-basis for a refined Lagrange bases.
- Template Parameters
-
GV The grid view that the FE basis is defined on k The polynomial order of ansatz functions R Range field-type used for shape function values
- Note
- This only works for simplex grids.
Member Typedef Documentation
◆ GridView
| using Dune::Functions::RefinedLagrangePreBasis< GV, k, R >::GridView = GV |
The grid view that the FE basis is defined on.
◆ Node
| using Dune::Functions::RefinedLagrangePreBasis< GV, k, R >::Node = RefinedLagrangeNode<GV, k, R> |
Type of the refined Lagrange tree node.
◆ size_type
|
inherited |
Type used for index digits.
Constructor & Destructor Documentation
◆ RefinedLagrangePreBasis()
|
inline |
Constructor for a given grid view object.
- Parameters
-
gv The GridView the basis is defined on.
- Exceptions
-
Dune::NotImplemented If an element of type !simplex is found.
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.
◆ order()
|
inlinestaticconstexpr |
Polynomial order used in the local Lagrange finite-elements.
- Note
- The local function is of order
konly in subdomains of the element. It might be necessary to use a subdivided quadrature rule for integration.
◆ 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()
|
inlineinherited |
Update the stored GridView.
Member Data Documentation
◆ 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.
The documentation for this class was generated from the following file:
