Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c394 PetscInt lid0, gid1, ghost1_idx; member
639 Edges[nEdges].gid1 = lidj + Istart; in MatCoarsenApply_HEM_private()
654 Edges[nEdges].gid1 = lghost_gid[aj[jj]]; in MatCoarsenApply_HEM_private()
687 …const PetscInt lid0 = e->lid0, gid1 = e->gid1, ghost1_idx = e->ghost1_idx, gid0 = lid0 + Istart, l… in MatCoarsenApply_HEM_private() local
691 …[%d] edge (%" PetscInt_FMT " %" PetscInt_FMT "), %s %s %s\n", rank, gid0, gid1, lid_matched[lid0] … in MatCoarsenApply_HEM_private()
697 …dge (%" PetscInt_FMT " %" PetscInt_FMT "), diff0 = %10.4e\n", rank, gid0, gid1, (double)(PetscReal… in MatCoarsenApply_HEM_private()
701 …to proc %d. max = %20.14e, w = %20.14e\n", rank, (double)e->weight, gid0, gid1, (double)(PetscReal… in MatCoarsenApply_HEM_private()
709 … %10.4e\n", ghost1_idx != -1 ? '\t' : ' ', rank, (double)e->weight, gid0, gid1, (double)(PetscReal… in MatCoarsenApply_HEM_private()
717 …= %10.4e, ghost proc %d with max pe %d on e0 and %d on e1\n", rank, gid0, gid1, (double)PetscRealP… in MatCoarsenApply_HEM_private()
725 …larger proc %d with max pe %d. max = %20.14e, w = %20.14e\n", rank, gid0, gid1, (double)(PetscReal… in MatCoarsenApply_HEM_private()
[all …]
/petsc/src/vec/is/is/utils/
H A Disblock.c30 PetscInt tt, gid1, *nidx; in ISCompressIndicesGeneral() local
87 PetscHashIterGetKey(gid1_lid1, tpos, gid1); in ISCompressIndicesGeneral()
90 nidx[tt] = gid1 - 1; in ISCompressIndicesGeneral()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmmsbaij.c32 PetscInt data, gid1 = aj[B->i[i] + j] + 1; in MatSetUpMultiply_MPISBAIJ() local
33 PetscCall(PetscHMapIGetWithDefault(gid1_lid1, gid1, 0, &data)); in MatSetUpMultiply_MPISBAIJ()
34 if (!data) PetscCall(PetscHMapISet(gid1_lid1, gid1, ++ec)); in MatSetUpMultiply_MPISBAIJ()
54 PetscInt gid1 = aj[B->i[i] + j] + 1; in MatSetUpMultiply_MPISBAIJ() local
55 PetscCall(PetscHMapIGetWithDefault(gid1_lid1, gid1, 0, &lid)); in MatSetUpMultiply_MPISBAIJ()
/petsc/src/mat/impls/sell/mpi/
H A Dmmsell.c100 PetscInt data, gid1 = bcolidx[j] + 1; in MatSetUpMultiply_MPISELL() local
102 PetscCall(PetscHMapIGetWithDefault(gid1_lid1, gid1, 0, &data)); in MatSetUpMultiply_MPISELL()
104 if (!data) PetscCall(PetscHMapISet(gid1_lid1, gid1, ++ec)); in MatSetUpMultiply_MPISELL()
129 PetscInt gid1 = bcolidx[j] + 1; in MatSetUpMultiply_MPISELL() local
130 PetscCall(PetscHMapIGetWithDefault(gid1_lid1, gid1, 0, &lid)); in MatSetUpMultiply_MPISELL()
/petsc/src/mat/impls/baij/mpi/
H A Dmmbaij.c29 PetscInt data, gid1 = aj[B->i[i] + j] + 1; in MatSetUpMultiply_MPIBAIJ() local
30 PetscCall(PetscHMapIGetWithDefault(gid1_lid1, gid1, 0, &data)); in MatSetUpMultiply_MPIBAIJ()
33 PetscCall(PetscHMapISet(gid1_lid1, gid1, ++ec)); in MatSetUpMultiply_MPIBAIJ()
54 PetscInt gid1 = aj[B->i[i] + j] + 1; in MatSetUpMultiply_MPIBAIJ() local
55 PetscCall(PetscHMapIGetWithDefault(gid1_lid1, gid1, 0, &lid)); in MatSetUpMultiply_MPIBAIJ()
/petsc/src/mat/impls/aij/mpi/
H A Dmmaij.c32 PetscInt data, gid1 = aj[B->i[i] + j] + 1; in MatSetUpMultiply_MPIAIJ() local
33 PetscCall(PetscHMapIGetWithDefault(gid1_lid1, gid1, 0, &data)); in MatSetUpMultiply_MPIAIJ()
36 PetscCall(PetscHMapISet(gid1_lid1, gid1, ++ec)); in MatSetUpMultiply_MPIAIJ()
57 PetscInt gid1 = aj[B->i[i] + j] + 1; in MatSetUpMultiply_MPIAIJ() local
58 PetscCall(PetscHMapIGetWithDefault(gid1_lid1, gid1, 0, &lid)); in MatSetUpMultiply_MPIAIJ()
/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c578 PetscInt gid1; in formProl0() local
580 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in formProl0()
583 if (gid1 >= my0 && gid1 < Iend) flid = gid1 - my0; in formProl0()
585 PetscCall(PetscHMapIGet(fgid_flid, gid1, &flid)); in formProl0()
893 PetscInt gid1; in fixAggregatesWithSquare() local
895 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in fixAggregatesWithSquare()
896 …PetscCheck(gid1 == lid + my0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "gid1 %" PetscInt_FMT " != lid %" P… in fixAggregatesWithSquare()
897 lid_state[lid] = gid1; in fixAggregatesWithSquare()
910 PetscInt gid1; in fixAggregatesWithSquare() local
912 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in fixAggregatesWithSquare()
[all …]
/petsc/src/mat/graphops/coarsen/impls/misk/
H A Dmisk.c14 PetscInt lid0, gid1, cpid1; member
26 PetscInt gid1; in PetscCoarsenDataView_private() local
27 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in PetscCoarsenDataView_private()
29 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %" PetscInt_FMT " ", gid1)); in PetscCoarsenDataView_private()
/petsc/src/mat/graphops/coarsen/impls/mis/
H A Dmis.c297 PetscInt gid1; in MatCoarsenView_MIS() local
298 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in MatCoarsenView_MIS()
300 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %" PetscInt_FMT " ", gid1)); in MatCoarsenView_MIS()
/petsc/src/mat/impls/aij/seq/
H A Daij.c3577 PetscInt data, gid1 = jj[i] + 1; in MatSeqAIJCompactOutExtraColumns_SeqAIJ() local
3578 PetscCall(PetscHMapIGetWithDefault(gid1_lid1, gid1, 0, &data)); in MatSeqAIJCompactOutExtraColumns_SeqAIJ()
3581 PetscCall(PetscHMapISet(gid1_lid1, gid1, ++ec)); in MatSeqAIJCompactOutExtraColumns_SeqAIJ()
3600 PetscInt gid1 = jj[i] + 1; in MatSeqAIJCompactOutExtraColumns_SeqAIJ() local
3601 PetscCall(PetscHMapIGetWithDefault(gid1_lid1, gid1, 0, &lid)); in MatSeqAIJCompactOutExtraColumns_SeqAIJ()
/petsc/doc/
H A Dpetsc.bib5936 @InProceedings{ gid1, inproceedings