v0.16.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
MoFEM::IntRules::XiaoGimbutas::Rule Struct Reference

#include "third_party/IntegrationRules.hpp"

Collaboration diagram for MoFEM::IntRules::XiaoGimbutas::Rule:
[legend]

Public Attributes

unsigned int numPoints
 
unsigned int numBarycentricCoordinates
 
const doublepoints
 
const doubleweights
 

Detailed Description

Raw quadrature rule data.

Points are stored point-by-point in barycentric coordinates. The weights are normalised for a domain of volume one; multiply them by the physical domain volume when evaluating an integral.

Definition at line 39 of file IntegrationRules.hpp.

Member Data Documentation

◆ numBarycentricCoordinates

unsigned int MoFEM::IntRules::XiaoGimbutas::Rule::numBarycentricCoordinates

Definition at line 41 of file IntegrationRules.hpp.

◆ numPoints

unsigned int MoFEM::IntRules::XiaoGimbutas::Rule::numPoints

Definition at line 40 of file IntegrationRules.hpp.

◆ points

const double* MoFEM::IntRules::XiaoGimbutas::Rule::points

Definition at line 42 of file IntegrationRules.hpp.

◆ weights

const double* MoFEM::IntRules::XiaoGimbutas::Rule::weights

Definition at line 43 of file IntegrationRules.hpp.


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