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
I want to implement an implicit viscosity solver which involves a 3nx3n matrix A, the linear system to calculated is (I - dtA)v = v0, where v and v0 are 3nx1 matrix. Actually A consists of 3x3 blocks, v and v0 consist of 3x1 blocks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to implement an implicit viscosity solver which involves a 3nx3n matrix A, the linear system to calculated is (I - dtA)v = v0, where v and v0 are 3nx1 matrix. Actually A consists of 3x3 blocks, v and v0 consist of 3x1 blocks.
Beta Was this translation helpful? Give feedback.
All reactions