Bembel
Bembel::Quadrature< Dimension > Struct Template Reference

A structure representing a Quadrature. More...

#include <Quadrature.hpp>

Detailed Description

template<unsigned int Dimension>
struct Bembel::Quadrature< Dimension >

A structure representing a Quadrature.

This structure is used to represent a Quadrature in a given Dimension. It contains two members: xi_ and w_.

Parameters
DimensionThe dimension of the Quadrature.

Definition at line 25 of file Quadrature.hpp.

Public Attributes

Eigen::Matrix< double, Dimension, Eigen::Dynamic > xi_
 
Eigen::VectorXd w_
 

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