this struct wraps all the defined quadrature Rules in a nice structure overloading the [] operator such that they can be accessed within a loop during runtime More...
#include <QuadratureVector.hpp>
this struct wraps all the defined quadrature Rules in a nice structure overloading the [] operator such that they can be accessed within a loop during runtime
Definition at line 25 of file QuadratureVector.hpp.
Public Member Functions | |
const Quadrature< 1 > & | operator[] (unsigned int i) const |
Public Attributes | |
QuadratureVector< QuadratureRule, Order - 1 > | remainingQuadratures_ |
Quadrature< 1 > | Q_ |