Searched refs:ixfree (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | pdipm.c | 152 PetscInt n, *ixlb, *ixub, *ixfixed, *ixfree, *ixbox, i, low, high, idx; in TaoPDIPMSetUpBounds() local 161 PetscCall(PetscMalloc5(n, &ixlb, n, &ixub, n, &ixfree, n, &ixfixed, n, &ixbox)); in TaoPDIPMSetUpBounds() 177 } else ixfree[pdipm->nxfree++] = idx; in TaoPDIPMSetUpBounds() 201 …if (pdipm->Nxfree) PetscCall(ISCreateGeneral(comm, pdipm->nxfree, ixfree, PETSC_COPY_VALUES, &pdip… in TaoPDIPMSetUpBounds() 202 PetscCall(PetscFree5(ixlb, ixub, ixfixed, ixbox, ixfree)); in TaoPDIPMSetUpBounds()
|