An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ElementaryPDESolutions

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://IntegralEquations.github.io/ElementaryPDESolutions.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://IntegralEquations.github.io/ElementaryPDESolutions.jl/dev/)
[![Build Status](https://github.com/IntegralEquations/ElementaryPDESolutions.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/IntegralEquations/ElementaryPDESolutions.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/IntegralEquations/ElementaryPDESolutions.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/IntegralEquations/ElementaryPDESolutions.jl)
[![Aqua
QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](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.