Home
last modified time | relevance | path

Searched refs:workN3 (Results 1 – 1 of 1) sorted by relevance

/petsc/src/tao/constrained/tutorials/
H A DtomographyADMM.c21 …Vec c, xlb, xub, x, b, workM, workN, workN2, workN3, xGT; /* observation b, ground truth xGT… member
98 PetscCall(VecCopy(user->workN2, user->workN3)); in RegularizerObjectiveAndGradient1()
105 PetscCall(VecPointwiseDivide(G_reg, X, user->workN3)); in RegularizerObjectiveAndGradient1()
258 PetscCall(VecDuplicate(user->workN, &user->workN3)); in InitializeUserData()
309 PetscCall(VecDestroy(&user->workN3)); in DestroyContext()