PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include <Quadrature.hh>
Public Member Functions | |
Q1QuadratureN (unsigned int n) | |
N*N-point uniform (not Gaussian) quadrature for integrating discontinuous functions. | |
![]() | |
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 |
N*N point (NOT Gaussian) quadrature on the square [-1,1]*[-1,1]
Definition at line 116 of file Quadrature.hh.