PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Public Member Functions | List of all members
pism::fem::Q13DQuadrature8 Class Reference

#include <Quadrature.hh>

+ Inheritance diagram for pism::fem::Q13DQuadrature8:

Public Member Functions

 Q13DQuadrature8 ()
 
- 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< QuadPointm_points
 
std::vector< double > m_weights
 

Detailed Description

8-point Gaussian quadrature on the cube [-1,1]*[-1,1]*[-1,1]

Definition at line 131 of file Quadrature.hh.


The documentation for this class was generated from the following files: