-
Notifications
You must be signed in to change notification settings - Fork 286
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
FE pre-requests for error estimation #3693
Comments
nice sleuthing! |
OK, so it's nothing to do with missing pre-requests, it's that the call to
I'm not sure what you mean, |
Indeed.
In the sense that, for instance for ex6/ex7, you ask for gradients but don't compute errors w/ the H1 norm, you ask for curls, but don't compute errors w/ the H(curl) norm. That's why the warnings can be safely ignored in those cases, they just don't look very nice. So what I meant was, we can implement the maps, and they'll be used at runtime, as you rightly said. |
Hi @jwpeterson,
Regarding the warning messages you're seeing in the newest vector examples:
Originally posted by @jwpeterson in #3686 (review)
The culprit is the following piece of code used to evaluate the computed solution for error estimation purposes:
libmesh/src/error_estimation/exact_solution.C
Lines 616 to 653 in b2248b5
We could, perhaps, add a couple of guards, or maybe just implement the missing maps, even if they aren't really used anywhere xD
The text was updated successfully, but these errors were encountered: