operator id(u, c) and direct broken scalarplot! #66
Conversation
Now the user can manually plot broken functions into a GridVisualizer Two identical methods were combined with a Union type
|
The plotting logic is a bit messy. This adds another |
|
I just had a look at the documentation and expected lots of discontinuous plots, but I only found few. For example in https://wias-pdelib.github.io/ExtendableFEM.jl/dev/module_examples/Example201_PoissonProblem/ the gradient is plotted still as a continuous function, since taking the Gradient from a continuous H1P1 element does not trigger the piecewise plotting. Is that fine or do we want to change that? |
|
and I like the id(u,c) operator |
The gradient is a |
|
Yes, but I mean the abs-plot of the vector. |
|
I just talked to @Liameloy if he wants to refactor the whole plotting logic into vector/scalar/grid with and without |
|
It is also hard to detect which operators produce broken functions. |
|
grad of H1P2 also produces (L2P1) broken functions, we (unfortunately) don't have H2 elements yet :). I think we can base this on NeededDerivative4Operator(operator) > 0. |
|
Pls merge if it is fine. I want to release the new version for the pre-strain plots 😄 |
That's true. I had a mix-up. |
No description provided.