Fnft kdvv inverse - #84
Open
ffischer7 wants to merge 118 commits into
Open
Conversation
…. One test case is hard implemented yet.
…kdvv_inverse_example_1.m
Preparations for usage with multiple eigenvalues to add. Sorting for bound_states and normconsts implemented.
Beginning implementing add_two solitions. Refactoring of fnft_kdvv_inverse() for this as preparation.
… far. Ready for implementing add_two_solitons(). Test with adding two solitions only with add_one_solition() works, the result is quite similar to matlab where these two solitons also are added only with add_one_soliton. However there are some differs. Maybe due to numerical characteristics?
…lar to problem with add_one_solition.
…ocedure from main into it. Same style then fnft_kdvv_test_accounting_99sech.c
…c convergence now
…dvv_inverse_test_1
…trum_of_inverse, which calculates the spectrum of the inverse of some bound states to ffnft_kdvv_inverse_testcases.c, so that it can be used for several tests
…ers an empty array
…spectrum according to the documentation
…o documentation due to not implemented continuous spectrum
…ous spectrum functionality. Only empty arrays for XI and contspec are accepted.
…of other transforms
…v_inverse_testcases
…is currently always zero
…v_inverse_testcases
…ot be smaller than a 1e-28
…ot be smaller than a 1e-28 (Previous commit was with wrong staged code)
…v_inverse_testcases
Collaborator
Author
|
Thank you for the review! I have revised the code accordingly! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding inverse kdvv functionality. This includes also tests, mexfiles for matlab usage and examples. The code is documented with doxygen.