Performance question -- related to visit NURBS and VectorFE bug fix. #5074
Unanswered
IdoAkkerman
asked this question in
Q&A
Replies: 1 comment
-
|
in the branch Is this the right usage of the Transfer classes? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I love using Visit to visualize MFEM results, not in the least because it (used to) natively allows visualization of NURBS solution.
Using LOD/MutliResControl allows refining the visualization on the fly (like the magic CSI enhance:)), however this seems to have resulted in a regression incapabilities. I think I have a fix for the problems introduced with the MutliResControl, but before suggesting it to the ViSit team I would your input.
The orginal code for upscaling the solution reads as:
where the original gf solution is projection on the low-order refined lo_gf. This approach does not seem to work for NURBS or VectorFE spaces.
My suggestion is to use instead:
My questions are as follows:
2.1) Is the visit use case covered by another type of Transfer Operator?
2.2) If not should that be implemented? Via perhaps the routines I just sketched out?
Beta Was this translation helpful? Give feedback.
All reactions