Home
last modified time | relevance | path

Searched refs:isxfixed (Results 1 – 2 of 2) sorted by relevance

/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.h61 IS isxfixed; /* Fixed variables lb = x = ub */ member
H A Dpdipm.c78 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()