Lines Matching refs:VecDestroy
14 PetscCall(VecDestroy(&lclP->lambda)); in TaoDestroy_LCL()
15 PetscCall(VecDestroy(&lclP->lambda0)); in TaoDestroy_LCL()
16 PetscCall(VecDestroy(&lclP->WL)); in TaoDestroy_LCL()
17 PetscCall(VecDestroy(&lclP->W)); in TaoDestroy_LCL()
18 PetscCall(VecDestroy(&lclP->X0)); in TaoDestroy_LCL()
19 PetscCall(VecDestroy(&lclP->G0)); in TaoDestroy_LCL()
20 PetscCall(VecDestroy(&lclP->GL)); in TaoDestroy_LCL()
21 PetscCall(VecDestroy(&lclP->GAugL)); in TaoDestroy_LCL()
22 PetscCall(VecDestroy(&lclP->dbar)); in TaoDestroy_LCL()
23 PetscCall(VecDestroy(&lclP->U)); in TaoDestroy_LCL()
24 PetscCall(VecDestroy(&lclP->U0)); in TaoDestroy_LCL()
25 PetscCall(VecDestroy(&lclP->V)); in TaoDestroy_LCL()
26 PetscCall(VecDestroy(&lclP->V0)); in TaoDestroy_LCL()
27 PetscCall(VecDestroy(&lclP->V1)); in TaoDestroy_LCL()
28 PetscCall(VecDestroy(&lclP->GU)); in TaoDestroy_LCL()
29 PetscCall(VecDestroy(&lclP->GV)); in TaoDestroy_LCL()
30 PetscCall(VecDestroy(&lclP->GU0)); in TaoDestroy_LCL()
31 PetscCall(VecDestroy(&lclP->GV0)); in TaoDestroy_LCL()
32 PetscCall(VecDestroy(&lclP->GL_U)); in TaoDestroy_LCL()
33 PetscCall(VecDestroy(&lclP->GL_V)); in TaoDestroy_LCL()
34 PetscCall(VecDestroy(&lclP->GAugL_U)); in TaoDestroy_LCL()
35 PetscCall(VecDestroy(&lclP->GAugL_V)); in TaoDestroy_LCL()
36 PetscCall(VecDestroy(&lclP->GL_U0)); in TaoDestroy_LCL()
37 PetscCall(VecDestroy(&lclP->GL_V0)); in TaoDestroy_LCL()
38 PetscCall(VecDestroy(&lclP->GAugL_U0)); in TaoDestroy_LCL()
39 PetscCall(VecDestroy(&lclP->GAugL_V0)); in TaoDestroy_LCL()
40 PetscCall(VecDestroy(&lclP->DU)); in TaoDestroy_LCL()
41 PetscCall(VecDestroy(&lclP->DV)); in TaoDestroy_LCL()
42 PetscCall(VecDestroy(&lclP->WU)); in TaoDestroy_LCL()
43 PetscCall(VecDestroy(&lclP->WV)); in TaoDestroy_LCL()
44 PetscCall(VecDestroy(&lclP->g1)); in TaoDestroy_LCL()
45 PetscCall(VecDestroy(&lclP->g2)); in TaoDestroy_LCL()
46 PetscCall(VecDestroy(&lclP->con1)); in TaoDestroy_LCL()
48 PetscCall(VecDestroy(&lclP->r)); in TaoDestroy_LCL()
49 PetscCall(VecDestroy(&lclP->s)); in TaoDestroy_LCL()