Commit Graph

143 Commits

Author SHA1 Message Date
dc3c60f390 Update copyright
Signed-off-by: Ian Jauslin <ian.jauslin@rutgers.edu>
2026-04-14 11:54:30 -04:00
e60942428e Print index of lyapunov exponent 2026-04-14 11:49:54 -04:00
35352a6460 Remove init_enstrophy and init_energy from savefile 2025-12-14 10:29:47 -05:00
8fa9e7f556 Add command to print the enstrophy of the initial condition 2025-10-14 12:20:43 -04:00
afe0498f21 Fix remove_entry 2025-06-05 14:55:34 +02:00
72455cbb65 Print components of u 2025-04-14 18:25:59 -04:00
08ded444b8 Use savefiles in uk 2025-02-10 15:34:03 -05:00
8a1f3987f4 when reading binary init, only read u unless using the 'resume' command.
In particular, removed the 'init_flow' parameter
2025-02-03 14:11:53 -05:00
89791be6d6 Print lyapunov if it is the last step 2025-02-03 12:27:16 -05:00
50c09cf164 Do not sort exponents, and fix norm of flow 2025-02-03 12:08:07 -05:00
21e8dcdb8a In RK algorithms: do not use kx,ky, use i 2025-02-01 14:12:54 -05:00
e607a4abf9 Ensure that init_flow is used in conjunction with init 2025-02-01 12:15:56 -05:00
03c2d1b02a Fix interruption of lyapunov 2025-02-01 11:53:19 -05:00
06e5b0e0da Allow the Lyapunov computation to be interrupted 2025-01-31 21:58:54 -05:00
53a0a0ae4c Remove D_epsilon 2025-01-31 20:50:55 -05:00
a47ec7896b Fix bug: every column of tangent flow needs to be evolved 2025-01-31 17:45:25 -05:00
3fa3a86066 Bug fix 2025-01-31 15:04:41 -05:00
0244f03d02 Update copyright 2025-01-31 12:01:53 -05:00
0f07f025b5 Overhaul of lyapunov exponents 2025-01-31 10:52:40 -05:00
9ec233fed5 Replace init_en with init_enstrophy and init_energy 2024-12-11 15:48:11 -05:00
d81ad18618 Rewrite cost function for adaptive step 2024-11-18 19:11:00 -05:00
9fa10c8db4 print_alpha 2024-11-07 14:39:03 -05:00
cf48b23d4d Update copyright 2024-10-15 11:47:13 -04:00
0404bd0cf0 Print negative values of alpha 2024-10-15 11:41:31 -04:00
7675148e7d Change order of outputs in enstrophy 2024-10-15 11:36:48 -04:00
f93ada07f0 Fix order of arguments in calloc 2024-10-15 11:31:53 -04:00
41ff1919f0 Change outputs of enstrophy 2024-10-15 11:28:07 -04:00
41a5a4ba3f save_state to its own function 2024-03-13 11:24:47 +01:00
0599f69dc7 Fix lyapunov computation 2024-03-12 01:53:48 +01:00
198867751d Split real and imag part in jacobian 2024-03-11 23:54:11 +01:00
9059a24c23 Fix MATSIZE 2024-02-20 10:55:15 -05:00
f9171aa355 Fix average 2024-02-20 10:46:53 -05:00
c284587105 Sort Lyapunov exponents and print more 2024-02-20 09:32:32 -05:00
bf8e4b728e Fix lyapunov 2024-02-19 22:05:30 -05:00
ec98098709 Lyapunov parameters 2024-02-19 21:39:48 -05:00
1c3f4b9f2f Print Lyapunov exponents 2024-02-19 19:09:26 -05:00
15bcb8b467 Lyapunov command in main 2024-02-19 19:05:35 -05:00
b31fab8eae Computation of Lyapunov exponents 2024-02-19 19:01:31 -05:00
89601d19d1 Jacobian of un->un+1 2024-02-19 15:20:19 -05:00
9ecf4413a5 write ns_step routine that handles all the algorithms 2024-02-19 14:43:04 -05:00
9fe9e3d96f Jacobian of rhs 2024-02-19 12:20:21 -05:00
63e983b460 Link openblas 2024-02-19 11:41:47 -05:00
6c12e47105 Do not override command when using 'resume' 2023-11-03 18:02:12 -04:00
209ba06cbf memory fix 2023-11-03 17:41:30 -04:00
16c80d2305 strlen in dstrings.c 2023-11-03 16:48:18 -04:00
f9aac70796 dstring in read_args_from_file 2023-11-03 16:45:51 -04:00
9d232a8fca dstrings in read_params 2023-11-03 16:42:27 -04:00
04a15dd2c7 Replace argv strings with dstrings 2023-11-03 16:04:53 -04:00
dd9bd74c83 dynamic strings 2023-11-03 12:25:02 -04:00
3d94694017 Resume command
Not functional yet: need to deal with memory of argv
2023-11-03 12:08:25 -04:00