-
Notifications
You must be signed in to change notification settings - Fork 9
operator id(u, c)
and direct broken scalarplot!
#66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine
That's true. I had a mix-up. |
No description provided.