Searched refs:isxfixed (Results 1 – 2 of 2) sorted by relevance
61 IS isxfixed; /* Fixed variables lb = x = ub */ member
78 PetscCall(ISGetIndices(pdipm->isxfixed, &fxptr)); /* global indices in x */ in TaoPDIPMUpdateConstraints()199 …ed) PetscCall(ISCreateGeneral(comm, pdipm->nxfixed, ixfixed, PETSC_COPY_VALUES, &pdipm->isxfixed)); in TaoPDIPMSetUpBounds()958 PetscCall(ISGetIndices(pdipm->isxfixed, &cols)); in TaoSetup_PDIPM()964 PetscCall(ISRestoreIndices(pdipm->isxfixed, &cols)); in TaoSetup_PDIPM()1369 …if (pdipm->Nxfixed) PetscCall(ISDestroy(&pdipm->isxfixed)); /* Fixed variables lb = x = u… in TaoDestroy_PDIPM()