Ferrite-FEM / FerriteViz.jl

Plot your Ferrite.jl data
https://ferrite-fem.github.io/FerriteViz.jl/
MIT License
31 stars 9 forks source link

plotting gradient, divergence, and other shenanigans #9

Open koehlerson opened 3 years ago

koehlerson commented 3 years ago

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

termi-official commented 3 years ago

I will add the required utils in Ferrite soon.