|
dune-functions 2.8.0
|
Loading...
Searching...
No Matches
Dune::Functions::RaviartThomasPreBasis< GV, k, MI > Class Template Reference
#include <dune/functions/functionspacebases/raviartthomasbasis.hh>
Public Types | |
| using | GridView = GV |
| The grid view that the FE space is defined on. | |
| using | size_type = std::size_t |
| using | Node = RaviartThomasNode< GV, k > |
| using | IndexSet = Impl::DefaultNodeIndexSet< RaviartThomasPreBasis > |
| Type of created tree node index set. | |
| using | MultiIndex = MI |
| Type used for global numbering of the basis vectors. | |
| using | SizePrefix = Dune::ReservedVector< size_type, 1 > |
Public Member Functions | |
| RaviartThomasPreBasis (const GridView &gv) | |
| Constructor for a given grid view object. | |
| void | initializeIndices () |
| const GridView & | gridView () const |
| Obtain the grid view that the basis is defined on. | |
| void | update (const GridView &gv) |
| Node | makeNode () const |
| Create tree node. | |
| IndexSet | makeIndexSet () const |
| Create tree node index set. | |
| size_type | size () const |
| size_type | size (const SizePrefix prefix) const |
| Return number possible values for next position in multi index. | |
| size_type | dimension () const |
| size_type | maxNodeSize () const |
| template<typename It > | |
| It | indices (const Node &node, It it) const |
| Maps from subtree index set [0..size-1] to a globally unique multi index in global basis. | |
Protected Attributes | |
| GridView | gridView_ |
| std::array< size_t, dim+1 > | codimOffset_ |
| FiniteElementMap | finiteElementMap_ |
| std::array< int, dim+1 > | dofsPerCodim_ |
Member Typedef Documentation
◆ GridView
template<typename GV , int k, class MI >
| using Dune::Functions::RaviartThomasPreBasis< GV, k, MI >::GridView = GV |
The grid view that the FE space is defined on.
◆ IndexSet
template<typename GV , int k, class MI >
| using Dune::Functions::RaviartThomasPreBasis< GV, k, MI >::IndexSet = Impl::DefaultNodeIndexSet<RaviartThomasPreBasis> |
Type of created tree node index set.
◆ MultiIndex
template<typename GV , int k, class MI >
| using Dune::Functions::RaviartThomasPreBasis< GV, k, MI >::MultiIndex = MI |
Type used for global numbering of the basis vectors.
◆ Node
template<typename GV , int k, class MI >
| using Dune::Functions::RaviartThomasPreBasis< GV, k, MI >::Node = RaviartThomasNode<GV, k> |
◆ size_type
template<typename GV , int k, class MI >
| using Dune::Functions::RaviartThomasPreBasis< GV, k, MI >::size_type = std::size_t |
◆ SizePrefix
template<typename GV , int k, class MI >
| using Dune::Functions::RaviartThomasPreBasis< GV, k, MI >::SizePrefix = Dune::ReservedVector<size_type, 1> |
Constructor & Destructor Documentation
◆ RaviartThomasPreBasis()
template<typename GV , int k, class MI >
|
inline |
Constructor for a given grid view object.
Member Function Documentation
◆ dimension()
template<typename GV , int k, class MI >
|
inline |
- Todo:
- This method has been added to the interface without prior discussion.
◆ gridView()
template<typename GV , int k, class MI >
|
inline |
Obtain the grid view that the basis is defined on.
◆ indices()
template<typename GV , int k, class MI >
template<typename It >
|
inline |
Maps from subtree index set [0..size-1] to a globally unique multi index in global basis.
This assumes dim \in \lbrace 2, 3 \rbrace.
◆ initializeIndices()
template<typename GV , int k, class MI >
|
inline |
◆ makeIndexSet()
template<typename GV , int k, class MI >
|
inline |
Create tree node index set.
Create an index set suitable for the tree node obtained by makeNode().
◆ makeNode()
template<typename GV , int k, class MI >
|
inline |
Create tree node.
◆ maxNodeSize()
template<typename GV , int k, class MI >
|
inline |
◆ size() [1/2]
template<typename GV , int k, class MI >
|
inline |
◆ size() [2/2]
template<typename GV , int k, class MI >
|
inline |
Return number possible values for next position in multi index.
◆ update()
template<typename GV , int k, class MI >
|
inline |
Member Data Documentation
◆ codimOffset_
template<typename GV , int k, class MI >
|
protected |
◆ dofsPerCodim_
template<typename GV , int k, class MI >
|
protected |
◆ finiteElementMap_
template<typename GV , int k, class MI >
|
protected |
◆ gridView_
template<typename GV , int k, class MI >
|
protected |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8