[petsc-users] Nullspaces
Mark Adams
mfadams at lbl.gov
Tue Dec 7 11:39:01 CST 2021
> for (PetscInt i = 0; i < nConstants; ++i) {
>
> VecRestoreArray(constants[i], &rawConstants[i]);
>
> VecAssemblyBegin(constants[i]);
>
> VecAssemblyEnd(constants[i]);
>
> VecNormalize(constants[i], nullptr);
>
This does not look correct.
> }
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20211207/f953dcd7/attachment-0001.html>
More information about the petsc-users
mailing list