j-fu / VoronoiFVM.jl

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

Replace VoronoiFVM.plot by ExtendableGrids.plot ? #5

Closed fafroo closed 2 years ago

fafroo commented 4 years ago

https://github.com/j-fu/VoronoiFVM.jl/blob/30f7159b394713650ac43ebd4720d9bd22dfd90d/examples/Example120_ThreeRegions1D.jl#L26

Should this be replaced with

ExtendableGrids.plot()

according to v0.8?

Unfortunately Example120_ThreeRegions1D.main(;n=30,Plotter=Plots,plot_grid=false, verbose=false,unknown_storage=:sparse) returns MethodError: no method matching plot(::Module, ::ExtendableGrids.ExtendableGrid{Float64,Int32}; p=Plot{Plots.GRbackend() n=0})

for both VoronoiFVM.plot() and ExtendableGrids.plot() .