SkillAgentSearch skills...

TwoPointFluxFVM.jl

Prototype implementation of Voronoi finite volumes with two point flux functions in Julia

Install / Use

/learn @j-fu/TwoPointFluxFVM.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TwoPointFluxFVM

There will be no further development of this package. Please find new developments in VoronoiFVM.jl

Author: J. Fuhrmann

Solver for coupled nonlinear partial differential equations based on the two point flux finite volume method on admissible grids.

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 fucntions along with their jacobians.

So far this is merely a design study to learn and evaluate Julia.
It is however aimed to be feasible at least for small projects.

It requires Julia 1.0.

Documentation

Documentation created with Documenter.jl resides here.

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3y ago
Forks0

Languages

Julia

Security Score

55/100

Audited on Jan 28, 2023

No findings