Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.h63 IS isxfree; /* Free variables -inf <= x <= inf */ member
H A Dpdipm.c201 …xfree) PetscCall(ISCreateGeneral(comm, pdipm->nxfree, ixfree, PETSC_COPY_VALUES, &pdipm->isxfree)); in TaoPDIPMSetUpBounds()
1373 …if (pdipm->Nxfree) PetscCall(ISDestroy(&pdipm->isxfree)); /* Free variables -inf <= x <= in… in TaoDestroy_PDIPM()