Clean up/simplify build after MATLAB removal #123
Labels
housekeeping
Code cleanup
technical
Technical and meta issues, not related to physics but infrastructure.
ux
Related to the user experience (CLI, workflow etc)
Milestone
Originally posted by @willGraham01 in #122 (comment)
As noted in the developer doc and #122, the current method of switching the solver options is to recompile the executable, passing in the$>4$ arguments - does not allow for this.
DERIVATIVE_TYPE
flag as eitherFD
(finite difference) orPS
(pseudo-spectral). This is inconvenient from a user standpoint, as ideally one should be able to specify the desired solver from the command-line interface. However, theMATLAB
dependency - specifically the limitation ofmexFunction
to takeOnce the
MATLAB
dependency has been removed (#70), we can look to address this.Dependencies
The text was updated successfully, but these errors were encountered: