Skip to content

Releases: adtzlr/contique

v0.1.7 Allow overshoot of final control component

28 Feb 21:39
Compare
Choose a tag to compare

If the control component changes during a cycle but the final control component is within a valid range of overshoot, then no re-cycle of a step is performed. This should prevent Errors due to "cyclic permutations" of the control component until max. numbers of cycles is reached:

  • Cycle 1, Control -1 to +2
  • Cycle 2, Control +2 to -4
  • Cycle 3, Control -4 to -7
  • Cycle 4, Control -7 to -1
  • ...

v0.1.6 Corrected typo in README (newton tol.)

28 Feb 12:53
Compare
Choose a tag to compare

v0.1.5 Re-add number of newton iterations to print statements

28 Feb 12:51
Compare
Choose a tag to compare
  • adapt README for new print statements
  • raise to version 0.1.5

v0.1.4 Smaller print statements during numerical continuation

28 Feb 12:27
Compare
Choose a tag to compare
  • smaller information of step/cycle/converged
  • initial res object now contains jac
  • moved all print statements from solver.py to printinfo.py
  • calculate final jac in newtonrhapson.py
  • added 2 new examples

Initial Release 0.1.0

22 Feb 11:42
Compare
Choose a tag to compare
v0.1.0

Update README.md