Dune Core Modules (2.9.0)
rannacherturekbasis.hh
76 DUNE_THROW(Dune::NotImplemented, "Rannacher-Turek or Crouzeix-Raviart elements are only implemented for grids with simplex or cube elements.");
156 constexpr static bool hasFixedElementType = Capabilities::hasSingleGeometryType<typename GV::Grid>::v;
161 constexpr static unsigned int topologyId = Capabilities::hasSingleGeometryType<typename GV::Grid>::topologyId; // meaningless if hasFixedElementType is false
Global basis for given pre-basis.
Definition: defaultglobalbasis.hh:46
Pre-basis for a Rannacher-Turek basis.
Definition: rannacherturekbasis.hh:52
void initializeIndices()
Initialize the global indices.
Definition: rannacherturekbasis.hh:80
size_type size(const SizePrefix prefix) const
Return number of possible values for next position in multi index.
Definition: rannacherturekbasis.hh:111
std::size_t size_type
Type used for indices and size information.
Definition: rannacherturekbasis.hh:61
Node makeNode() const
Create tree node.
Definition: rannacherturekbasis.hh:98
void update(const GridView &gv)
Update the stored grid view, to be called if the grid has changed.
Definition: rannacherturekbasis.hh:90
GV GridView
The grid view that the FE basis is defined on.
Definition: rannacherturekbasis.hh:58
size_type dimension() const
Get the total dimension of the space spanned by this basis.
Definition: rannacherturekbasis.hh:118
RannacherTurekPreBasis(const GridView &gv)
Constructor for a given grid view object.
Definition: rannacherturekbasis.hh:71
RannacherTurekNode< GV > Node
Template mapping root tree path to type of created tree node.
Definition: rannacherturekbasis.hh:64
size_type size() const
Same as size(prefix) with empty prefix.
Definition: rannacherturekbasis.hh:104
const GridView & gridView() const
Obtain the grid view that the basis is defined on.
Definition: rannacherturekbasis.hh:84
size_type maxNodeSize() const
Get the maximal number of DOFs associated to node for any element.
Definition: rannacherturekbasis.hh:124
unsigned int subEntity() const
Return number of associated subentity.
Definition: localkey.hh:56
A few common exception classes.
A set of traits classes to store static information about grid implementation.
GeometryType
Type representing VTK's entity geometry types.
Definition: common.hh:132
auto rannacherTurek()
Create a pre-basis factory that can create a Rannacher-Turek pre-basis.
Definition: rannacherturekbasis.hh:218
Convenience header that includes all available Rannacher-Turek LocalFiniteElements.
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Dec 21, 23:30, 2024)