Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.c56 const PetscInt *ubptr, *lbptr, *bxptr, *fxptr; in TaoPDIPMUpdateConstraints() local
78 PetscCall(ISGetIndices(pdipm->isxfixed, &fxptr)); /* global indices in x */ in TaoPDIPMUpdateConstraints()
80 i = fxptr[k] - xstart; in TaoPDIPMUpdateConstraints()