PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include <InputInterpolation.hh>
Public Member Functions | |
InputInterpolation3D (const Grid &target_grid, const std::vector< double > &levels, const File &input_file, const std::string &variable_name, InterpolationType type) | |
![]() | |
virtual | ~InputInterpolation ()=default |
double | regrid (const SpatialVariableMetadata &metadata, const pism::File &file, int record_index, const Grid &grid, petsc::Vec &output) const |
Private Member Functions | |
double | regrid_impl (const SpatialVariableMetadata &metadata, const pism::File &file, int record_index, const Grid &grid, petsc::Vec &output) const |
Private Attributes | |
std::shared_ptr< LocalInterpCtx > | m_interp_context |
Additional Inherited Members | |
![]() | |
static std::shared_ptr< InputInterpolation > | create (const Grid &target_grid, const std::vector< double > &levels, const File &input_file, const std::string &variable_name, InterpolationType type) |
![]() | |
InputInterpolation () | |
Legacy 2D and 3D interpolation code used to "regrid" (read with interpolation) inputs.
Definition at line 71 of file InputInterpolation.hh.