|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
The 4-point Gaussian quadrature on the square [-1,1]*[-1,1]. More...
#include <Quadrature.hh>
Inheritance diagram for pism::fem::Q1Quadrature4:Public Member Functions | |
| Q1Quadrature4 () | |
| Two-by-two Gaussian quadrature on a rectangle. | |
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 |
The 4-point Gaussian quadrature on the square [-1,1]*[-1,1].
Definition at line 96 of file Quadrature.hh.