Searched refs:lambdae_xfixed (Results 1 – 2 of 2) sorted by relevance
31 Vec lambdae_xfixed; /* Equality constraints lagrangian multiplier vector for fixed variables */ member
495 PetscCall(VecPlaceArray(pdipm->lambdae_xfixed, Xarr + pdipm->off_lambdae + pdipm->ng)); in TaoSNESFunction_PDIPM()496 PetscCall(MatMultTransposeAdd(pdipm->Jce_xfixed, pdipm->lambdae_xfixed, L1, L1)); in TaoSNESFunction_PDIPM()497 PetscCall(VecResetArray(pdipm->lambdae_xfixed)); in TaoSNESFunction_PDIPM()926 PetscCall(VecCreate(comm, &pdipm->lambdae_xfixed)); in TaoSetup_PDIPM()927 PetscCall(VecSetSizes(pdipm->lambdae_xfixed, pdipm->nxfixed, PETSC_DECIDE)); in TaoSetup_PDIPM()928 PetscCall(VecSetFromOptions(pdipm->lambdae_xfixed)); in TaoSetup_PDIPM()1352 PetscCall(VecDestroy(&pdipm->lambdae_xfixed)); in TaoDestroy_PDIPM()