Dune-Fufem 2.11-git
Loading...
Searching...
No Matches

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()

Dune::Fufem::Forms::QuadratureHints::LiftOrder::LiftOrder ( int  increment)
inline

Create a quadrature hint that lifts the order by the given value.

Parameters
incrementThe value by which the order should be increased. Use negative values to decrease the order.

Member Function Documentation

◆ operator()()

QuadratureRuleKey Dune::Fufem::Forms::QuadratureHints::LiftOrder::operator() ( QuadratureRuleKey  key) const
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: