j-fu / VoronoiFVM.jl

Solution of nonlinear multiphysics partial differential equation systems using the Voronoi finite volume method
MIT License
202 stars 34 forks source link

Bug in index call of quantity #14

Closed dilaraabdel closed 3 years ago

dilaraabdel commented 3 years ago

https://github.com/j-fu/VoronoiFVM.jl/blob/bf823b3ec1a1c528525d226af61e83e78af541e9/src/vfvm_quantities.jl#L292

It should say

u[q[u.geom]], since f is not defined.