![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
Dune::Fufem::Forms::QuadratureHints::FixedOrder Class Reference
A quadrature hint which fixes a quadrature order. More...
#include <dune/fufem/forms/quadraturehints.hh>
Public Member Functions | |
| FixedOrder (int order) | |
| Create a quadrature hint which fixes the order to given value. | |
| QuadratureRuleKey | operator() (QuadratureRuleKey key) const |
| Apply transformation to QuadratureRuleKey. | |
Detailed Description
A quadrature hint which fixes a quadrature order.
This class allows to fix the quadrature order to a give value which will override the deduced order.
Constructor & Destructor Documentation
◆ FixedOrder()
|
inline |
Create a quadrature hint which fixes the order to given value.
- Parameters
-
order Desired quadratur 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:
