PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
|
#include <Quadrature.hh>
Public Member Functions | |
P1Quadrature3 () | |
![]() | |
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 |
3-point Gaussian quadrature on the triangle (0,0)-(1,0)-(0,1)
Definition at line 124 of file Quadrature.hh.