You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently inside PetscMatLO and some other type constructors, both xtmp and btmp is created with createPetscVec. Use VecDuplicate to create btmp once we have xtmp.
Currently inside
PetscMatLOand some other type constructors, bothxtmpandbtmpis created with createPetscVec. UseVecDuplicateto createbtmponce we havextmp.