Skip to content

Templating FieldUtils::Interpolator

Jacques Xing requested to merge feature/templating-fieldutils-interpolator into master

Issue/feature addressed

Templating of the FieldUtils::Interpolator class

Proposed solution

The idea is to template the FieldUtils::Interpolator class. This will be useful for future code development. The original class was designed for std::vector<MultiRegions::ExpListSharedPtr> variable type. Templating will also allow Array<OneD, MultiRegions::ExpListSharedPtr> variable type.

Implementation

Tests

Notes

Checklist

  • Functions and classes, or changes to them, are documented.
  • Changelog is updated.
  • Contributed code is correctly formatted. (See the contributing guidelines).

Warning

On the 19.07 the code formatting (code style) was standardised using clang-format, over the whole Nektar++ code. This means changes in your branch will conflict with formatting changes on the master branch. To resolve these conflicts , see #295 (closed)

Edited by Jacques Xing

Merge request reports