PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <Quadrature.hh>
Public Member Functions | |
P1Quadrature3 () | |
Public Member Functions inherited from pism::fem::Quadrature | |
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 | |
Protected Attributes inherited from pism::fem::Quadrature | |
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 123 of file Quadrature.hh.