Searched refs:idx_from (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/network/ ! |
| H A D | network.c | 407 PetscInt gidx, net, idx, i, nta, ita, idx_from, idx_to, n, *net_tmp, *idx_tmp, *gidx_tmp; in SharedVtxCreate() local 433 PetscCall(PetscHMapIGetWithDefault(svtas[ita], gidx + 1, 0, &idx_from)); in SharedVtxCreate() 441 if (idx_from || idx_to) { /* vfrom or vto is on table svtas[ita] */ in SharedVtxCreate() 442 idx_from--; in SharedVtxCreate() 444 if (idx_from < 0) { /* vto is on svtas[ita] */ in SharedVtxCreate()
|
| /petsc/doc/manual/ ! |
| H A D | vec.md | 1016 PetscInt idx_from[] = {100, 200}, idx_to[] = {0, 1}; 1019 ISCreateGeneral(PETSC_COMM_SELF, 2, idx_from, PETSC_COPY_VALUES, &from);
|