chrulm / VoronoiFVM.jl

Solution of nonlinear multiphysics partial differential equation systems using the Voronoi finite volume method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Solution of nonlinear multiphysics partial differential equation systems using the Voronoi finite volume method

License:MIT License


Languages

Language:Julia 100.0%