PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
#include <cstddef>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | pism::Interpolation |
Namespaces | |
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) |