Home
last modified time | relevance | path

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

/petsc/src/tao/pde_constrained/impls/lcl/
H A Dlcl.h53 Vec con1; member
H A Dlcl.c46 PetscCall(VecDestroy(&lclP->con1)); in TaoDestroy_LCL()
112 PetscCall(VecDuplicate(tao->constraints, &lclP->con1)); in TaoSetup_LCL()
396 PetscCall(VecCopy(tao->constraints, lclP->con1)); in TaoSolve_LCL()
482 PetscCall(VecWAXPY(lclP->lambda, -lclP->rho, lclP->con1, lclP->lambda0)); in TaoSolve_LCL()