Manicore
Library to implement schemes on n-dimensionnal manifolds.
Public Attributes | List of all members
Manicore::QuadratureNode< d > Struct Template Reference

Description of one node and one weight from a quadrature rule. More...

#include <quadraturerule.hpp>

Public Attributes

Eigen::Vector< double, d > vector
 
double w
 

Detailed Description

template<size_t d>
struct Manicore::QuadratureNode< d >

Description of one node and one weight from a quadrature rule.

Template Parameters
dDimension of the cell

Member Data Documentation

◆ vector

template<size_t d>
Eigen::Vector<double,d> Manicore::QuadratureNode< d >::vector

Location on the reference element

◆ w

template<size_t d>
double Manicore::QuadratureNode< d >::w

Weight


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