Searched refs:ng_all (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 1038 PetscCall(PetscMalloc3(size, &ng_all, size, &nh_all, size, &Jranges)); in TaoSetup_PDIPM() 1041 PetscCallMPI(MPI_Allgather(&pdipm->ng, 1, MPIU_INT, ng_all, 1, MPIU_INT, comm)); in TaoSetup_PDIPM() 1105 col = aj[j] - ranges[proc] + Jranges[proc] + nx_all + ng_all[proc]; in TaoSetup_PDIPM() 1300 PetscCall(PetscFree3(ng_all, nh_all, Jranges)); in TaoSetup_PDIPM()
|