Searched refs:step4 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | ipm.h | 45 VecScatter step1, step2, step3, step4; member
|
| H A D | ipm.c | 437 PetscCall(VecScatterCreate(ipmP->bigstep, sis, ipmP->s, is1, &ipmP->step4)); in IPMInitializeBounds() 479 PetscCall(VecScatterDestroy(&ipmP->step4)); in TaoDestroy_IPM() 1024 PetscCall(VecScatterBegin(ipmP->step4, STEP, X4, INSERT_VALUES, SCATTER_FORWARD)); in IPMScatterStep() 1025 PetscCall(VecScatterEnd(ipmP->step4, STEP, X4, INSERT_VALUES, SCATTER_FORWARD)); in IPMScatterStep()
|