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 am following your code to use multimesh to solve eigenvalue problem of the Stokes operator.
By selecting test function from a rawer mesh, I want to weaken the divergence-free condition.
When mesh_u and mesh_div_free are the same mesh, the eigenfunction should be completely divergence-free.
But the code below failed to apply the divergence-free condition to solution u.
Could you give me any hint where the code is wrong?
I am following your code to use multimesh to solve eigenvalue problem of the Stokes operator.
By selecting test function from a rawer mesh, I want to weaken the divergence-free condition.
When
mesh_u
andmesh_div_free
are the same mesh, the eigenfunction should be completely divergence-free.But the code below failed to apply the divergence-free condition to solution
u
.Could you give me any hint where the code is wrong?
(I exported the matrix to mat file and then solve it in Octave or MATLAB.)
The text was updated successfully, but these errors were encountered: