Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.h16 PetscInt nxfree, Nxfree; /* Free variables */ member
H A Dpdipm.c195 pdipm->Nxfree = recvbuf[4]; in TaoPDIPMSetUpBounds()
201 …if (pdipm->Nxfree) PetscCall(ISCreateGeneral(comm, pdipm->nxfree, ixfree, PETSC_COPY_VALUES, &pdip… in TaoPDIPMSetUpBounds()
1373 …if (pdipm->Nxfree) PetscCall(ISDestroy(&pdipm->isxfree)); /* Free variables -inf <= x <= in… in TaoDestroy_PDIPM()
1446 pdipm->nxfree = pdipm->Nxfree = 0; in TaoCreate_PDIPM()