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

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

Dune::Fufem::Forms::QuadratureHints::FixedOrder::FixedOrder ( int  order)
inline

Create a quadrature hint which fixes the order to given value.

Parameters
orderDesired quadratur order.

Member Function Documentation

◆ operator()()

QuadratureRuleKey Dune::Fufem::Forms::QuadratureHints::FixedOrder::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: