Loading [MathJax]/jax/output/HTML-CSS/config.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Enumerations | Functions
Interpolation1D.hh File Reference
#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, doublepism::integration_weights (const double *x, size_t x_size, InterpolationType type, double a, double b)
 
std::map< size_t, doublepism::integration_weights (const std::vector< double > &x, InterpolationType type, double a, double b)