Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.h62 IS isxbox; /* Boxed variables lb <= x <= ub */ member
H A Dpdipm.c120 PetscCall(ISGetIndices(pdipm->isxbox, &bxptr)); /* global indices in x */ in TaoPDIPMUpdateConstraints()
200 …m->Nxbox) PetscCall(ISCreateGeneral(comm, pdipm->nxbox, ixbox, PETSC_COPY_VALUES, &pdipm->isxbox)); in TaoPDIPMSetUpBounds()
1003 PetscCall(ISGetIndices(pdipm->isxbox, &cols)); in TaoSetup_PDIPM()
1012 PetscCall(ISRestoreIndices(pdipm->isxbox, &cols)); in TaoSetup_PDIPM()
1371 …if (pdipm->Nxbox) PetscCall(ISDestroy(&pdipm->isxbox)); /* Boxed variables lb <= x <= ub */ in TaoDestroy_PDIPM()