<div dir="ltr">Hello Barry, Matt, Jed,<div><br></div><div>I have just installed the latest and greatest version of petsc and I am hitting a problem I did not have in previous releases.</div><div><br></div><div>Here is the error:</div><div><br></div><div><i>[1]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------<br>[1]PETSC ERROR: Object is in wrong state<br>[1]PETSC ERROR: Not for unassembled vector, did you call VecAssemblyBegin()/VecAssemblyEnd()?<br>[1]PETSC ERROR: WARNING! There are option(s) set that were not used! Could be the program crashed before they were used or a spelling mistake, etc!</i><br></div><div><br></div><div>the vector x I am filling is created with: </div><div><ul><li>call VecDuplicate(this%rhs, x, ierr)</li></ul><div>rhs is allocated and I called VecAssemblyBegin()/VecAssemblyEnd() on, do I need to call it on duplicated vectors as well now on?</div></div><div><br></div><div>Thank you!</div></div>