Skip to content

Commit

Permalink
The Stokes problem is no longer symmetric when written in conservativ…
Browse files Browse the repository at this point in the history
…e form with ice velocity != total velocity
  • Loading branch information
jedbrown committed May 29, 2011
1 parent 8a9c0ed commit 0d00934
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fs/tests/vht.c
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,6 @@ static dErr VHTGetMatrices(VHT vht,dBool use_jblock,Mat *J,Mat *P)
err = MatSetOptionsPrefix(Buu,"Buu_");dCHK(err);
err = MatSetOptionsPrefix(Bpp,"Bpp_");dCHK(err);
err = MatSetOptionsPrefix(Bee,"Bee_");dCHK(err);
err = MatSetOption(Buu,MAT_SYMMETRIC,PETSC_TRUE);dCHK(err);
err = MatSetOption(Bpp,MAT_SYMMETRIC,PETSC_TRUE);dCHK(err);
err = MatSetFromOptions(Buu);dCHK(err);
err = MatSetFromOptions(Bpp);dCHK(err);
Expand Down

0 comments on commit 0d00934

Please sign in to comment.