PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include <Quadrature.hh>
Public Member Functions | |
Q13DQuadrature8 () | |
![]() | |
const std::vector< QuadPoint > & | points () const |
const std::vector< double > & | weights () const |
QuadPoint | point (int k) const |
double | weight (int k) const |
Additional Inherited Members | |
![]() | |
std::vector< QuadPoint > | m_points |
std::vector< double > | m_weights |
8-point Gaussian quadrature on the cube [-1,1]*[-1,1]*[-1,1]
Definition at line 132 of file Quadrature.hh.