Any <: AbstractPlotter will probably hold a <: AbstractDofHandler and some solution vector u. It should be relatively easy to compute the gradient, divergence with the given information. This can be nicely integrated with https://github.com/koehlerson/FerriteVis.jl/issues/1 depending on the type of solution data, compute the gradient and divergence. Probably also worth to think about computing it once and safe it inside the plotter
Any
<: AbstractPlotter
will probably hold a<: AbstractDofHandler
and some solution vectoru
. It should be relatively easy to compute the gradient, divergence with the given information. This can be nicely integrated with https://github.com/koehlerson/FerriteVis.jl/issues/1 depending on the type of solution data, compute thegradient
anddivergence
. Probably also worth to think about computing it once and safe it inside the plotter