Skip to content

Commit

Permalink
Use a more interesting initial guess
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhroulev committed Oct 14, 2020
1 parent c6ec6d1 commit 6ba003a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stressbalance/blatter/Poisson3.cc
Expand Up @@ -160,7 +160,7 @@ Poisson3::Poisson3(IceGrid::ConstPtr grid)
}

// set the initial guess
ierr = VecSet(m_x, 0.0);
ierr = VecSet(m_x, 1.0);
PISM_CHK(ierr, "VecSet");

{
Expand Down

0 comments on commit 6ba003a

Please sign in to comment.