Question on DOF ordering #3660
Replies: 1 comment 8 replies
-
By default the variable ordering in libMesh is so-called "variable major", so in your example all the u components would appear first, followed by all the v components, and finally all the p components. Please note however that the variable ordering can be changed via command line argument, so one should avoid writing code which assumes any particular ordering.
There could be many reasons for the failure, but I wouldn't initially suspect it is necessarily related to libMesh's DOF ordering. I don't think I've ever tried this particular PETSc option before, and we definitely don't have any testing for it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This question was emailed to me by Liu Haochen, I've copied it here so that others can see/comment. --John
Beta Was this translation helpful? Give feedback.
All reactions