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_ |
|
inline |
Definition at line 26 of file QuadratureVector.hpp.
|
inline |
Definition at line 32 of file QuadratureVector.hpp.
| Quadrature<1> Bembel::QuadratureVector< QuadratureRule, Order >::Q_ |
Definition at line 36 of file QuadratureVector.hpp.
| QuadratureVector<QuadratureRule, Order - 1> Bembel::QuadratureVector< QuadratureRule, Order >::remainingQuadratures_ |
Definition at line 31 of file QuadratureVector.hpp.