VERB4D
Functions
Interpolation.cpp File Reference

Wrapper around interpolation library, interpolates values into new grid using MonotCubicInterpolator.cpp. More...

#include "Interpolation.h"
#include "MonotCubicInterpolator.hpp"

Functions

Matrix1D< double > Cubic1D (Matrix1D< double > &old_grid, Matrix1D< double > &values, Matrix1D< double > &new_grid)
 

Detailed Description

Wrapper around interpolation library, interpolates values into new grid using MonotCubicInterpolator.cpp.

Created on: Sep 14, 2013 Author: dimath

Function Documentation

Matrix1D<double> Cubic1D ( Matrix1D< double > &  old_grid,
Matrix1D< double > &  values,
Matrix1D< double > &  new_grid 
)

Wrapper around interpolation library, Interpolates values into new grid, Grid size should be the same

Using interpolator from Opm::MonotCubicInterpolator