Searched refs:Zero_nb (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | ipm.h | 20 Vec Zero_nb, One_nb, Inf_nb; member
|
| H A D | ipm.c | 85 … PetscCall(VecStepBoundInfo(ipmP->s, ipmP->ds, ipmP->Zero_nb, ipmP->Inf_nb, &step_s, NULL, NULL)); in TaoSolve_IPM() 86 …PetscCall(VecStepBoundInfo(ipmP->lambdai, ipmP->dlambdai, ipmP->Zero_nb, ipmP->Inf_nb, &step_l, NU… in TaoSolve_IPM() 152 … PetscCall(VecStepBoundInfo(ipmP->s, ipmP->ds, ipmP->Zero_nb, ipmP->Inf_nb, &step_s, NULL, NULL)); in TaoSolve_IPM() 153 …PetscCall(VecStepBoundInfo(ipmP->lambdai, ipmP->dlambdai, ipmP->Zero_nb, ipmP->Inf_nb, &step_l, NU… in TaoSolve_IPM() 293 PetscCall(VecDuplicate(ipmP->s, &ipmP->Zero_nb)); in IPMInitializeBounds() 294 PetscCall(VecSet(ipmP->Zero_nb, 0.0)); in IPMInitializeBounds() 492 PetscCall(VecDestroy(&ipmP->Zero_nb)); in TaoDestroy_IPM()
|