Skip to content

Add new interpolators

Nils Schild requested to merge additional_interpolators into master

Main changes:

  • Add stencils up to width 12
  • Add trigonometric interpolators: Not optimized. Trigonometric interpolators are chosen if N_grid == stencilWidth

Required change:

  • Input structure required a singelton, since the grid config needs to be available to check the chosen interpolator.

Merge request reports