Loading [MathJax]/extensions/tex2jax.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

◆ interpolate() [2/2]

std::vector< double > pism::Interpolation1D::interpolate ( const std::vector< double > &  input_values) const

Return interpolated values (on the output grid) given input_values on the input grid.

This is used for testing. (Regular code calls left(), right(), and alpha().)

Definition at line 156 of file Interpolation1D.cc.

References interpolate(), and m_alpha.

Referenced by interpolate().