Recent Releases of contique
contique - v0.1.11 Add Bratu example
add test example: Bratu problem with contique by using the finite-differences approach (https://www.sciencedirect.com/science/article/pii/S089812211300610X).
- Python
Published by adtzlr almost 5 years ago
contique - v0.1.10 Bugfix - Allow Functions without additional arguments beside x and lpf
see commits https://github.com/adtzlr/contique/commit/4bef6fb8ab9a2c9ddc96f8cce40f341d9700e447 and https://github.com/adtzlr/contique/commit/f7a92966f3d5b9d999af88ec679c42cac41bceab
- Python
Published by adtzlr almost 5 years ago
contique - v0.1.8 Optimized Jacobian approximation + complete docstring documentation
Highlights of this relase:
- set central differences (3-point mode) as default jacobian approximation jacmode=3
- automatic jaceps based on machine epsilon if jaceps=None
- complete docstring documentation for all functions and classes
- Python
Published by adtzlr almost 5 years ago
contique - v0.1.7 Allow overshoot of final control component
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
- ...
- Python
Published by adtzlr almost 5 years ago
contique - v0.1.6 Corrected typo in README (newton tol.)
- Python
Published by adtzlr about 5 years ago
contique - v0.1.5 Re-add number of newton iterations to print statements
- adapt README for new print statements
- raise to version 0.1.5
- Python
Published by adtzlr about 5 years ago
contique - v0.1.4 Smaller print statements during numerical continuation
- smaller information of step/cycle/converged
- initial
resobject now containsjac - moved all print statements from solver.py to printinfo.py
- calculate final
jacin newtonrhapson.py - added 2 new examples
- Python
Published by adtzlr about 5 years ago