fmihpc / analysator

Python based package for analyzing vlsv files produced by Vlasiator
GNU General Public License v2.0
5 stars 32 forks source link

Fs Grid data interpolation #164

Closed kstppd closed 2 years ago

kstppd commented 2 years ago

This implements a trilinear interpolation routine for FsGrid data and tries to resolve issue #136 . Boundaries are handled the following way:

Have tested this with 2D runs, AMR on/off 3D runs, periodic dimensions , scalar and vector variables.

Example of interpolation in an AMR test run : interpolated

kstppd commented 2 years ago

Maybe @markusbattarbee @ursg @ykempf can have a look at this.