-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Rework and Simplify Internals (#109)
* Simplify the internals * Fix test and remove redundant print statement * Add extrapolate_fdm * Add Richardson * Add method of extrapolate_fdm with given h * Exploit symmetry of FDM in extrapolate * Update README and add section about multivariate derivatives * Update Manifest.toml for docs * Fix docs build * Update src/methods.jl Co-authored-by: Lyndon White <[email protected]> * Update src/methods.jl Co-authored-by: Lyndon White <[email protected]> * Fix style of short-form functions * Update src/methods.jl Co-authored-by: Lyndon White <[email protected]> * Update src/methods.jl Co-authored-by: Lyndon White <[email protected]> * Update src/methods.jl Co-authored-by: Lyndon White <[email protected]> * Update src/methods.jl Co-authored-by: Lyndon White <[email protected]> * Update src/methods.jl Co-authored-by: Lyndon White <[email protected]> * Update src/methods.jl Co-authored-by: Lyndon White <[email protected]> * Update src/methods.jl Co-authored-by: Lyndon White <[email protected]> * Update src/methods.jl Co-authored-by: Lyndon White <[email protected]> * Update src/methods.jl * Update src/methods.jl * Fix test for Base.show * Improve typing * Update src/methods.jl Co-authored-by: Lyndon White <[email protected]> * Fix typo in comment * Apply Lyndon's style suggestion * Inline simple methods * Add types for power and breaktol * Increase version number and add Richardson to compat * Let grid functions always return Vectors * Restrict docstring of add_tiny Co-authored-by: Lyndon White <[email protected]>
- Loading branch information
Showing
8 changed files
with
507 additions
and
331 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.
8292355
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
8292355
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
8292355
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/22605
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: