0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use standard input for @ll/listlabels. Removes need for @LL (no more copying or moving). More... about 16 years ago
Fix HomCont bug reported by Thomas Wagenknecht: gap times were added incorrectly after branch switching. It just happened to work before because usually that one extra time was 0. More... about 16 years ago
Fixed warnings reported by g95 and use "implicit none" more often. More... about 16 years ago
Correct rewriting finished message. More... about 16 years ago
Moved some code of main auto program into subroutines to avoid variable overlap in contained subroutines. More... about 16 years ago
Correct problem with partition() in the case of no MPI. More... about 16 years ago
Modularize MPI code, and make remaining subroutines in autlib1.f internal. Moved around a bit of code to avoid circular dependencies between modules. More... about 16 years ago
Introduce new @ksp and @dsp commands written in Python: @dsp -lp abc removes all 'LP' labels from b.abc and s.abc @dsp -bp removes all 'BP' labels from fort.7 and fort.8 @dsp -uz abc abc2 removes all 'UZ' labels from b.abc and s.abc; writes to b.abc2 and s.abc2 @dsp abc removes all special labels (anything that is not either every NPR steps or an 'UZ' label) from b.abc and s.abc: does the same as @kuz at present. More... about 16 years ago
Set both the label number and the type number to 0 when doing delete* or keep*. More... about 16 years ago
Adjust b. file formatting when writing files to be the same as the original (one more space needed in label field), and add some empty lines in @ls (writeScreen) output. More... about 16 years ago
Users can press ENTER to exit Python help More... about 16 years ago
Fix missing obj argument. More... about 16 years ago
Add new setting ISP=4 which detects PDs and TRs but not BPs. More... about 16 years ago
Split I/O, Mesh, and general support routines from autlib1.f. More... about 16 years ago
Moved BVP routines of autlib1.f to bvp.f90. PREHO and PDBLE are now handled via autlib3.f and autlib5.f instead of as special cases. More... about 16 years ago
Split off algebraic equation handling from autlib1.f into ae.f90 More... about 16 years ago
Update changelog. More... about 16 years ago
Reintroduce guessing in solution file parsing; but only do that if the dimensions of the solution (NFPR, NTST*NCOL, NPAR, NDIM) do not change. More... about 16 years ago
Increase NTST slightly to avoid funny rounding errors in demo 'sib'. More... about 16 years ago
Use number of lines given in solution files instead of heuristic unreliable guesses. More... about 16 years ago
Documentation updates relating to BPCONT. More... about 16 years ago
Added two new commands: @ls and @lbf to print a shorter version of bifurcation files. More... about 16 years ago
Add new version of the ABC demo with branch point continuation added. More... about 16 years ago
Deallocate some globally allocated arrays in case AUTO reads multiple constant records in one file. More... about 16 years ago
Change integral condition routine for Torus continuations to be like earlier AUTO versions: the one we have here is buggy since it evaluates to 0. Well-spotted by Huguette Croisier. More... about 16 years ago
Add tfc demo for BPCONT. More... over 16 years ago
Added LCNF BPCONT demo. More... over 16 years ago
Fix 'EP' labelling for restart files. More... over 16 years ago
Add sspg BPCONT demo. More... over 16 years ago
Fix cat command in the CLUI More... over 16 years ago