Bembel
Bembel::QuadratureVector< QuadratureRule, Order > Struct Template Reference

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>

Collaboration diagram for Bembel::QuadratureVector< QuadratureRule, Order >:

Detailed Description

template<template< unsigned int qrOrder > class QuadratureRule, unsigned int Order>
struct Bembel::QuadratureVector< QuadratureRule, Order >

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_
 

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