Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/admm/
H A Dadmm.h20 …Vec workLeft, workJacobianRight, workJacobianRight2; /*Ax,Bz,y,constraint are w… member
H A Dadmm.c71 tempJR2 = am->workJacobianRight2; in AdaptiveADMMPenaltyUpdate()
571 if (!am->workJacobianRight2) PetscCall(VecDuplicate(am->Ax, &am->workJacobianRight2)); in TaoSetUp_ADMM()
636 PetscCall(VecDestroy(&am->workJacobianRight2)); in TaoDestroy_ADMM()