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

https://github.com/severindenisenko/pdesolver

Solvers for Partial Differential Equations
https://github.com/severindenisenko/pdesolver

Last synced: about 2 months ago
JSON representation

Solvers for Partial Differential Equations

Awesome Lists containing this project

README

        

# PDE Solvers

![Plot](pics/c.png "Courant–Friedrichs–Lewy condition")
![Plot](pics/n.png "Number of nodes in grid")
![Plot](pics/t.png "Time plot")

## Solvers

We have:
* Courant-Isaacson-Rees solver

## Plan

* Setup
* * Buld system - Done
* * Basic infra - Done
* * I/O - Done
* * Plotting - Done
* Main part
* * Utility functions - Done
* * Algorithm impl - Done
* * Testing and CI
* Paper
* Method extention