Skip to content

Split interpolator class to allow NekMesh to depend on LocalRegions vs FieldUtils

Dave Moxey requested to merge dmoxey/nektar:feature/separate-interpolator into master

This MR splits up the Interpolator class so that FieldUtils-specific functions (mostly involving ExpList) are housed in FieldUtils, whilst the main core functionality (weights calculations etc) lives in LibUtilities. This allows NekMesh to depend only on the LocalRegions and NekMeshUtils libraries.

Merge request reports