PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include "pism/util/fem/Quadrature.hh"
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | pism |
namespace | pism::fem |
Functions | |
static void | pism::fem::tensor_product_quadrature (unsigned int n, const double *points1, const double *weights1, std::vector< QuadPoint > &points, std::vector< double > &weights) |