Skip to content

Commit

Permalink
Fix the Stokes default exact solution
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed May 12, 2011
1 parent 038ab87 commit a5e788a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs/tests/stokes.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static dErr MatGetVecs_Stokes(Mat A,Vec *x,Vec *y)

static dErr StokesSetFromOptions(Stokes stk)
{
char scasename[256] = "StokesExact_0";
char scasename[256] = "Exact1";
dMesh mesh;
dFS fsu,fsp;
dJacobi jac;
Expand Down

0 comments on commit a5e788a

Please sign in to comment.