Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
Dune::Fufem::Forms::QuadratureHints::IsQuadratureHint< T > Struct Template Reference

Traits class to identify QuadratureHints. More...

#include <dune/fufem/forms/quadraturehints.hh>

Inheritance diagram for Dune::Fufem::Forms::QuadratureHints::IsQuadratureHint< T >:
Inheritance graph

Detailed Description

template<class T>
struct Dune::Fufem::Forms::QuadratureHints::IsQuadratureHint< T >

Traits class to identify QuadratureHints.

A quadrature hint is used to guide the selection of quadrature rules when integrating forms. To use a class T as quadrature hint, the traits IsQuadratureHint<T> has to be specialized to std::true_type. The easiest way to provide a custom quadrature hint is to use the template wrapper class QuadratureHint<T>.


The documentation for this struct was generated from the following file: