-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Draft of general F.D. formula * Create a new test for GeneralFiniteDifference * Fixed the doc bug * Organize the F.D. formula * Remove the TODOs which are done * Added new polynomial benchmark problem * Implements the computation of the error. * Cleanup GeneralFD. Add doc. Make compute_indices and compute_coefficients private * Fixes the doc * Adds an example for F.D. formulas * Remove figsize from the examples * Add new examples in the API doc * Implement exact step and error for third derivative * Adds Scipy as a dependency * Added Scipy to Github workflow * Add an example of General FD
- Loading branch information
Showing
34 changed files
with
3,306 additions
and
910 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.