MONC
|
Go to the source code of this file.
Modules | |
module | interpolation_mod |
Functions/Subroutines | |
subroutine | interpolation_mod::piecewise_linear_1d (zvals, vals, zgrid, field) |
Does a simple 1d piecewise linear interpolation. More... | |
subroutine | interpolation_mod::interpolate_point_linear_1d (zvals, vals, z, f, extrapolate) |
Does a simple 1d linear interpolation to a point. More... | |