Searched refs:Inf_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() 297 PetscCall(VecDuplicate(ipmP->s, &ipmP->Inf_nb)); in IPMInitializeBounds() 298 PetscCall(VecSet(ipmP->Inf_nb, PETSC_INFINITY)); in IPMInitializeBounds() 494 PetscCall(VecDestroy(&ipmP->Inf_nb)); in TaoDestroy_IPM()
|