Set Vector grid_size in Draw() function

Is it possible to set the grid_size for the vector plot in the Draw function?

Draw(ngs.grad(gfu),mesh,vectors=True)

yes, here is an example:
https://docu.ngsolve.org/latest/i-tutorials/wta/coil.html

documentation of the visualization is going to come :slight_smile:

Perfect, exactly what I needed :wink: