FVM icon indicating copy to clipboard operation
FVM copied to clipboard

Finite volume method applied to the advection-diffusion equation

Results 3 FVM issues
Sort by recently updated
recently updated
newest added

Hello. I was looking at your really excellent notes on discretizing finite volume problems. However for some reason, it seems like something is amiss with either mathjax or katex or...

- Bug fix on line 238 - removed unnecessary computation of d since it is computed inside the loop - added timestep in the d computation line 410 Thanks for...

Updated code to Python 3. Split code, added docstrings, etc.