Lines Matching refs:jj
129 PetscInt jj, tid, tt, idx, nselected_2; in triangulateAndFormProl() local
252 for (jj = 0; jj < nFineLoc; jj++) { in triangulateAndFormProl()
256 if (lid == jj) sel = PETSC_FALSE; in triangulateAndFormProl()
258 … if (sel) fprintf(file, "%d %e %e\n", sid++, (double)coords[jj], (double)coords[data_stride + jj]); in triangulateAndFormProl()
273 for (jj = 0; jj < 3; jj++) { in triangulateAndFormProl()
307 for (tid = node_tri[clid], jj = 0; jj < 5 && !haveit && tid != -1; jj++) { in triangulateAndFormProl()
386 PetscInt jj = cgid * bs, ii = fgid * bs; /* need to gloalize */ in triangulateAndFormProl() local
387 …for (tt = 0; tt < bs; tt++, ii++, jj++) PetscCall(MatSetValues(a_Prol, 1, &ii, 1, &jj, &shp, INSER… in triangulateAndFormProl()
607 PetscInt Istart, Iend, nloc, my0, jj, kk, ncols, nLocalSelected, bs, *clid_flid; in PCGAMGProlongator_GEO() local
629 PetscCall(ISGetSize(selected_1, &jj)); in PCGAMGProlongator_GEO()
630 PetscCall(PetscMalloc1(jj, &clid_flid)); in PCGAMGProlongator_GEO()
632 for (kk = 0, nLocalSelected = 0; kk < jj; kk++) { in PCGAMGProlongator_GEO()
653 PetscCall(MatGetSize(Prol, &kk, &jj)); in PCGAMGProlongator_GEO()
654 if (!jj) { in PCGAMGProlongator_GEO()
705 … for (jj = 0; jj < dim; jj++) crs_crds[jj * nLocalSelected + kk] = pc_gamg->data[jj * nloc + lid]; in PCGAMGProlongator_GEO()