You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,19 @@
4
4
5
5
### Added
6
6
7
-
- A NFT routine fnft_manakovv for the Manakov equation with vanishing boundaries was added (continuous spectrum only).
8
-
- The periodic NFT routine fnft_nsep now also supports pure Newton refinement.
9
7
- The routine fnft_kdvv now can now also compute the discrete spectrum. To locate the bound states, either Newton's method or a grid search with additional Newton refinements are available.
8
+
- A NFT routine fnft_manakovv for the Manakov equation with vanishing boundaries was added (continuous spectrum only).
10
9
- The slow scattering methods for AKNS-type systems now include a normalization procedure to deal with numerical overflow (enabled by default).
10
+
- The periodic NFT routine fnft_nsep now also supports pure Newton refinement.
11
+
- The vanishing NFT routine fnft_nsev now also supports manual filtering.
11
12
- The routine fnft__kdv_finvscatter has been added. The plan is to later use it for a fast inverse KdV NFT.
12
13
13
14
### Changed
14
15
15
-
- New criteria for stopping Newton iteration in fnft_nsep.
16
-
- Simplified some tests to reduce run times.
16
+
- New criteria for stopping Newton iterations in fnft_nsep and fnft_nsev.
17
+
- The tolerance for the Newton refinements in fnft_nsev can now be set by the user.
18
+
- The default number of iterations for the Newton refinements in fnft_nsev is now 100, and the user is warned if the number was too small.
19
+
- Reduced some tests to reduce run times.
17
20
- The code for AKNS scattering has been overhauled.
0 commit comments