Replies: 5 comments 4 replies
-
I think that |
Beta Was this translation helpful? Give feedback.
-
The reason I added |
Beta Was this translation helpful? Give feedback.
-
It gets that by dropping the "cross terms" - e.g. for dim=2 p=2 you get x², y², xy, but you don't get x²y or y²x or x²y². In CG problems people generally think those cross terms are worth it - you get a better convergence constant and slightly faster integration and the cost is slightly more bandwidth in your sparsity pattern - but it's not as obvious in DG. I'd actually be somewhat interested to see experiments. If it was worthwhile, it'd be possible to create a |
Beta Was this translation helpful? Give feedback.
-
Is there any equivalence between (L2_)HIERARCHIC and (L2_)LAGRANGE for given element types/polynomial order? Just glancing cursorily at the source code it looks like there is equivalence in 1D for first order ... but that's about it...? |
Beta Was this translation helpful? Give feedback.
-
@lindsayad you may want to add the |
Beta Was this translation helpful? Give feedback.
-
Inspired by the question on idaholab/moose#23986 (comment). What are pros and cons of
L2_LAGRANGE
vsL2_HIERARCHIC
vsMONOMIAL
? I am going to create a list here:L2_LAGRANGE
Pros:
Cons:
L2_HIERARCHIC
Pros:
Cons:
MONOMIAL
Pros:
Cons:
Beta Was this translation helpful? Give feedback.
All reactions