Skip to content

Commit

Permalink
Louder domain error (negative pressure) by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Jun 11, 2011
1 parent bf51caf commit e9fc139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs/tests/vht.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ static dErr VHTCreate(MPI_Comm comm,VHT *invht)
vht->e_dirichlet[1] = 200;
vht->e_dirichlet[2] = 300;
vht->alldirichlet = dTRUE;
vht->domain_error = 1;
vht->domain_error = 2;
vht->function_qmethod = dQUADRATURE_METHOD_FAST;
vht->jacobian_qmethod = dQUADRATURE_METHOD_SPARSE;

Expand Down

0 comments on commit e9fc139

Please sign in to comment.