openmc icon indicating copy to clipboard operation
openmc copied to clipboard

More interpolation types in Tabular.

Open GuySten opened this issue 8 months ago • 3 comments

Description

This pull request implement more interpolation types in Tabular by using inverse transform sampling algorithm.

Fixes #2409.

Checklist

  • [x] I have performed a self-review of my own code
  • [x] I have run clang-format (version 15) on any C++ source files (if applicable)
  • [x] I have followed the style guidelines for Python source files (if applicable)
  • [x] I have made corresponding changes to the documentation (if applicable)
  • [x] I have added tests that prove my fix is effective or that my feature works (if applicable)

GuySten avatar May 19 '25 18:05 GuySten

While working through the open PRs I just noticed that a conflict has crept into this one

shimwell avatar Nov 04 '25 14:11 shimwell

I fixed the conflicts.

GuySten avatar Nov 04 '25 14:11 GuySten

I removed lin log interpolation from cpp side.

GuySten avatar Dec 02 '25 08:12 GuySten