Searched refs:Jcrstart (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | pdipm.c | 842 PetscInt row, col, Jcrstart, Jcrend, k, tmp, nc, proc, *nh_all, *ng_all; in TaoSetup_PDIPM() local 957 PetscCall(MatGetOwnershipRange(pdipm->Jce_xfixed, &Jcrstart, &Jcrend)); in TaoSetup_PDIPM() 960 for (row = Jcrstart; row < Jcrend; row++) { in TaoSetup_PDIPM() 976 PetscCall(MatGetOwnershipRange(pdipm->Jci_xb, &Jcrstart, &Jcrend)); in TaoSetup_PDIPM() 977 offset = Jcrstart; in TaoSetup_PDIPM() 1158 PetscCall(MatGetOwnershipRange(pdipm->Jce_xfixed, &Jcrstart, NULL)); in TaoSetup_PDIPM() 1162 PetscCall(MatGetRow(pdipm->Jce_xfixed, i + Jcrstart, &nc, &cols, NULL)); in TaoSetup_PDIPM() 1170 PetscCall(MatRestoreRow(pdipm->Jce_xfixed, i + Jcrstart, &nc, &cols, NULL)); in TaoSetup_PDIPM() 1198 PetscCall(MatGetOwnershipRange(pdipm->Jci_xb, &Jcrstart, NULL)); in TaoSetup_PDIPM() 1202 PetscCall(MatGetRow(pdipm->Jci_xb, i + Jcrstart, &nc, &cols, NULL)); in TaoSetup_PDIPM() [all …]
|