Home
last modified time | relevance | path

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

/petsc/src/tao/pde_constrained/impls/lcl/
H A Dlcl.c9 TAO_LCL *lclP = (TAO_LCL *)tao->data; in TaoDestroy_LCL() local
13 PetscCall(MatDestroy(&lclP->R)); in TaoDestroy_LCL()
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()
[all …]