https://github.com/integralequations/elementarypdesolutions.jl
Compute closed form solutions to certain PDEs with an elementary (polynomial) source term
https://github.com/integralequations/elementarypdesolutions.jl
Last synced: about 1 year ago
JSON representation
Compute closed form solutions to certain PDEs with an elementary (polynomial) source term
- Host: GitHub
- URL: https://github.com/integralequations/elementarypdesolutions.jl
- Owner: IntegralEquations
- License: mit
- Created: 2023-04-05T20:37:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T15:17:04.000Z (over 1 year ago)
- Last Synced: 2025-03-25T19:43:55.200Z (over 1 year ago)
- Language: Julia
- Homepage:
- Size: 536 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElementaryPDESolutions
[](https://IntegralEquations.github.io/ElementaryPDESolutions.jl/stable/)
[](https://IntegralEquations.github.io/ElementaryPDESolutions.jl/dev/)
[](https://github.com/IntegralEquations/ElementaryPDESolutions.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://codecov.io/gh/IntegralEquations/ElementaryPDESolutions.jl)
[](https://github.com/JuliaTesting/Aqua.jl)
## Installation
Type the following inside a Julia REPL:
```julia
using Pkg
Pkg.add("ElementaryPDESolutions")
```
## Usage
See the [documentation](https://IntegralEquations.github.io/ElementaryPDESolutions.jl/stable/) and
[test/runtests.jl](https://github.com/IntegralEquations/ElementaryPDESolutions.jl/blob/main/test/runtests.jl)
file for some examples.