simulkade / JFVMvis.jl

Visualization package for the JFVM.jl advection-diffusion solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JFVMvis.jl

This is a visualization package for the JFVM.jl advection-diffusion solver based on PyPlot. It was previously a part of JFVM itself, but I decided to move it here to make the JFVM.jl load faster.

Installation

It is not registered yet, so clone it in Julia prompt by:

Pkg.clone("https://github.com/simulkade/JFVMvis.jl")

Then you are able to use the visualizeCells function to visualize the cell values created by JFVM.jl package.

About

Visualization package for the JFVM.jl advection-diffusion solver

License:MIT License


Languages

Language:Julia 100.0%