Searched refs:gm (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | grglvis.c | 97 PetscInt sx, sy, sz, gsx, gsy, gsz, ist, jst, kst, gm, gn, gp; in DMDASampleGLVisFields_Private() local 107 PetscCall(DMDAGetGhostCorners(da, &gsx, &gsy, &gsz, &gm, &gn, &gp)); in DMDASampleGLVisFields_Private() 127 i = ke * gm * gn + je * gm + ie; in DMDASampleGLVisFields_Private() 344 PetscInt gsx, gsy, gsz, gm, gn, gp, kst, jst, ist; in DMDAView_GLVis_ASCII() local 470 gm = ien; in DMDAView_GLVis_ASCII() 480 PetscCall(DMDAGetGhostCorners(da, &gsx, &gsy, &gsz, &gm, &gn, &gp)); in DMDAView_GLVis_ASCII() 494 i = ke * gm * gn + je * gm + ie; in DMDAView_GLVis_ASCII()
|
| /petsc/src/ts/impls/implicit/sundials/ |
| H A D | sundials.c | 21 PetscReal gm = (PetscReal)_gamma; in TSPrecond_Sundials_Petsc() local 30 PetscCall(TSComputeIJacobian(ts, ts->ptime, yy, yydot, 1 / gm, J, P, PETSC_FALSE)); in TSPrecond_Sundials_Petsc() 32 PetscCall(MatScale(P, gm)); /* turn into I-gm*Jrest, J is not used by SUNDIALS */ in TSPrecond_Sundials_Petsc()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | surfacesphere_bin.msh | 9 …���w��?5֗�w��?��u#��?6NDo�?�07���?7�gm=o�俙�ׁ��?��V����8…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 1537 PetscInt64 lm[3], gm[3]; in DMPlexView_Ascii() local 1612 PetscCallMPI(MPIU_Allreduce(lm, gm, 2, MPIU_INT64, MPI_MIN, comm)); in DMPlexView_Ascii() 1613 …max %" PetscInt64_FMT ", min %" PetscInt64_FMT, -((double)gm[1]) / ((double)gm[0]), -gm[1], gm[0])… in DMPlexView_Ascii() 1617 PetscCallMPI(MPIU_Allreduce(lm, gm, 3, MPIU_INT64, MPI_SUM, comm)); in DMPlexView_Ascii() 1618 PetscCall(PetscViewerASCIIPrintf(viewer, ", empty %" PetscInt64_FMT ")\n", gm[2])); in DMPlexView_Ascii() 1620 …" Edge Cut: %" PetscInt64_FMT " (on node %.3f)\n", gm[0] / 2, gm[0] ? ((double)gm[1]) / ((double)… in DMPlexView_Ascii() 1622 …PetscCall(PetscViewerASCIIPrintf(viewer, " Edge Cut: %" PetscInt64_FMT " (on node %.3f)\n", gm[0]… in DMPlexView_Ascii()
|