D3DEnergetic / FIDASIM

A Neutral Beam and Fast-ion Diagnostic Modeling Suite
http://d3denergetic.github.io/FIDASIM/
Other
27 stars 18 forks source link

Non-axisymmetric input requires 3 toroidal positions #254

Closed kudav closed 1 year ago

kudav commented 1 year ago

The toroidal interpolation routine for non-axisymmetric inputs requires at least three toroidal grid points (3 point lagrangian). Otherwise, the routine deriv_1d segmentation faults. This should fixed (e.g. check for n==2) or be documented/raise an error when trying to run with this specification.

lstagner commented 1 year ago

Fixed on master