Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.c152 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()
170 ixfixed[pdipm->nxfixed++] = idx; in TaoPDIPMSetUpBounds()
199 …if (pdipm->Nxfixed) PetscCall(ISCreateGeneral(comm, pdipm->nxfixed, ixfixed, PETSC_COPY_VALUES, &p… in TaoPDIPMSetUpBounds()
202 PetscCall(PetscFree5(ixlb, ixub, ixfixed, ixbox, ixfree)); in TaoPDIPMSetUpBounds()