The Gas Dynamics Toolkit (GDTk) is a set of software tools for simulating high speed fluid flow, maintained at The University of Queensland and the University of Southern Queensland, Australia.
Import of issue #9 from the old repository, originally reported by Lachlan Whyborn.
Lachlan Whyborn created an issue 2021-12-04
The Newton-Krylov solver requires the least-squares gradient calculation for the construction of the numerical Jacobian, but will still attempt to run if ‘divergence’ is selected for the spatial_deriv_calc. Should probably throw a more descriptive error during initialisation rather than an unitialised least-squares workspace error.
Import of issue #9 from the old repository, originally reported by Lachlan Whyborn.