![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
Dune::Fufem::Forms::QuadratureHints::LiftOrder Class Reference
A quadrature hint which increases the deduced order. More...
#include <dune/fufem/forms/quadraturehints.hh>
Public Member Functions | |
| LiftOrder (int increment) | |
| Create a quadrature hint that lifts the order by the given value. | |
| QuadratureRuleKey | operator() (QuadratureRuleKey key) const |
| Apply transformation to QuadratureRuleKey. | |
Detailed Description
A quadrature hint which increases the deduced order.
This class allows to increase (or decrease with negative values) the deduced quadrature order for a form by a given number.
Constructor & Destructor Documentation
◆ LiftOrder()
|
inline |
Create a quadrature hint that lifts the order by the given value.
- Parameters
-
increment The value by which the order should be increased. Use negative values to decrease the order.
Member Function Documentation
◆ operator()()
|
inline |
Apply transformation to QuadratureRuleKey.
Given the deduced QuadratureRuleKey this method applies the desired transformation and returns the modified QuadratureRuleKey,
The documentation for this class was generated from the following file:
