![]() |
Dune-Functions 2.12-git
|
Loading...
Searching...
No Matches
taylorhoodbasis.hh
Go to the documentation of this file.
auto taylorHood()
Create a pre-basis factory that can create a Taylor-Hood pre-basis.
Definition taylorhoodbasis.hh:330
Definition containerfactory.hh:20
size_type dim() const
static constexpr size_type M()
Global basis for given pre-basis.
Definition defaultglobalbasis.hh:53
Definition lagrangebasis.hh:896
void initializeIndices()
Initialize the global indices.
Definition lagrangebasis.hh:800
void update(const GridView &gv)
Update the stored grid view, to be called if the grid has changed.
Definition lagrangebasis.hh:810
size_type maxNodeSize() const
Get the maximal number of DOFs associated to node for any element.
Definition lagrangebasis.hh:836
It indices(const Node &node, It it) const
Definition lagrangebasis.hh:844
size_type size(const SizePrefix &prefix) const
Return number of possible values for next position in multi index.
Definition leafprebasismixin.hh:53
Definition nodes.hh:255
void setChild(Index i, TT &&t)
Definition nodes.hh:293
Definition nodes.hh:362
const auto & child(Dune::index_constant< i > ii) const
Definition nodes.hh:373
Definition taylorhoodbasis.hh:288
TaylorHoodVelocityTree()
Definition taylorhoodbasis.hh:293
Definition taylorhoodbasis.hh:306
TaylorHoodBasisTree()
Definition taylorhoodbasis.hh:313
Pre-basis for lowest order Taylor-Hood basis.
Definition taylorhoodbasis.hh:61
TaylorHoodPreBasis(const GridView &gv)
Constructor for a given grid view object.
Definition taylorhoodbasis.hh:89
const GridView & gridView() const
Obtain the grid view that the basis is defined on.
Definition taylorhoodbasis.hh:103
static constexpr size_type minMultiIndexSize
Definition taylorhoodbasis.hh:78
size_type size(const SizePrefix &prefix) const
Return number of possible values for next position in multi index.
Definition taylorhoodbasis.hh:131
GV GridView
The grid view that the FE basis is defined on.
Definition taylorhoodbasis.hh:69
void update(const GridView &gv)
Update the stored grid view, to be called if the grid has changed.
Definition taylorhoodbasis.hh:109
auto containerDescriptor() const
Return an container descriptor depending on the flag HI. Either return a Tuple if hybrid indices shou...
Definition taylorhoodbasis.hh:204
PQ2PreBasis pq2PreBasis_
Definition taylorhoodbasis.hh:280
size_type size() const
Same as size(prefix) with empty prefix.
Definition taylorhoodbasis.hh:124
size_type dimension() const
Get the total dimension of the space spanned by this basis.
Definition taylorhoodbasis.hh:182
PQ1PreBasis pq1PreBasis_
Definition taylorhoodbasis.hh:279
static const void multiIndexPushFront(MultiIndex &M, size_type M0)
Definition taylorhoodbasis.hh:221
static constexpr size_type maxMultiIndexSize
Definition taylorhoodbasis.hh:77
Node makeNode() const
Create tree node.
Definition taylorhoodbasis.hh:118
It indices(const Node &node, It it) const
Definition taylorhoodbasis.hh:194
static constexpr size_type multiIndexBufferSize
Definition taylorhoodbasis.hh:79
void initializeIndices()
Initialize the global indices.
Definition taylorhoodbasis.hh:96
size_type maxNodeSize() const
Get the maximal number of DOFs associated to node for any element.
Definition taylorhoodbasis.hh:188
std::size_t size_type
Type used for indices and size information.
Definition taylorhoodbasis.hh:72
It indicesImp(const Node &node, It multiIndices) const
Definition taylorhoodbasis.hh:231
