You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current modal basis for triangles, the hierarchic basis, has issues with poor conditioning at high polynomial order. Using orthogonal bases on triangles could be useful (for example - to simplify the inverse mass matrix multiply, or for exactly integrating source terms in Strang splitting), therefore an improved modal triangle basis could be useful.
Suggestion Solution
There may be a fix to this basis that improves the conditioning. Another fix could be to implement the Gram-Schmidt basis, since it is straightforward and very well conditioned (identity mass matrix).
The text was updated successfully, but these errors were encountered:
bornhoft
changed the title
Improved Modal Basis for Triangles
Issue: Improved Modal Basis for Triangles
Jul 23, 2021
Problem
The current modal basis for triangles, the hierarchic basis, has issues with poor conditioning at high polynomial order. Using orthogonal bases on triangles could be useful (for example - to simplify the inverse mass matrix multiply, or for exactly integrating source terms in Strang splitting), therefore an improved modal triangle basis could be useful.
Suggestion Solution
There may be a fix to this basis that improves the conditioning. Another fix could be to implement the Gram-Schmidt basis, since it is straightforward and very well conditioned (identity mass matrix).
The text was updated successfully, but these errors were encountered: