Searched refs:isxbox (Results 1 – 2 of 2) sorted by relevance
62 IS isxbox; /* Boxed variables lb <= x <= ub */ member
120 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()