Skip to content

minor improvement to using the dune.fem.plotting function allowing to

Andreas Dedner requested to merge feature/minorImprovementToPlot into master

simply write plot(div(uh)) without needing to also pass in a gridView, i.e., not needing to write plot(div(uh)),gridView=uh.gridView)

Merge request reports