Searched refs:isxub (Results 1 – 2 of 2) sorted by relevance
59 IS isxub; /* Finite upper bound only -inf < x < ub */ member
99 PetscCall(ISGetIndices(pdipm->isxub, &ubptr)); in TaoPDIPMUpdateConstraints()198 …pdipm->Nxub) PetscCall(ISCreateGeneral(comm, pdipm->nxub, ixub, PETSC_COPY_VALUES, &pdipm->isxub)); in TaoPDIPMSetUpBounds()980 PetscCall(ISGetIndices(pdipm->isxub, &cols)); in TaoSetup_PDIPM()986 PetscCall(ISRestoreIndices(pdipm->isxub, &cols)); in TaoSetup_PDIPM()1365 if (pdipm->Nxub) PetscCall(ISDestroy(&pdipm->isxub)); /* Finite upper bound only -inf < x < ub */ in TaoDestroy_PDIPM()