Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.31 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.31 KB

VoronoiFVM.jl

Build status DOI

Solver for coupled nonlinear partial differential equations based on the Voronoi finite volume method.

This Julia package merges the ideas behind pdelib/fvsys with the multiple dispatch paradigm of Julia. It allows to avoid the implementation of function derivatives. It instead uses ForwardDiff and DiffResults to evaluate user functions along with their jacobians.

It requires Julia 1.x

API changes: