PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include <cstddef>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | pism::Interpolation1D |
Namespaces | |
namespace | pism |
Enumerations | |
enum | pism::InterpolationType : int { pism::LINEAR , pism::NEAREST , pism::PIECEWISE_CONSTANT } |
Functions | |
std::map< size_t, double > | pism::integration_weights (const double *x, size_t x_size, InterpolationType type, double a, double b) |
std::map< size_t, double > | pism::integration_weights (const std::vector< double > &x, InterpolationType type, double a, double b) |