forked from AMReX-Codes/amrex
-
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.
Implementation of Bessel functions of second kind (yn) (AMReX-Codes#4234
) ## Summary This merge request adds support for the Bessel function of the second kind (Yn) to the AMReX parser. The implementation allows users to evaluate the Yn(x) function directly in runtime expressions, enhancing the mathematical capabilities of AMReX. ## Additional background The Bessel function of the second kind is widely used in solving partial differential equations, particularly in problems involving cylindrical or spherical symmetry. Adding this function expands the parser's usability in scientific and engineering applications where such functions are essential. The implementation leverages standard mathematical libraries for accurate computation.
- Loading branch information
1 parent
456c93c
commit 4210fe0
Showing
4 changed files
with
146 additions
and
120 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
Oops, something went wrong.