Searched refs:ppp (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/fileio/ |
| H A D | sysio.c | 409 double *ppp; in PetscBinaryWrite() local 442 PetscCall(PetscMalloc1(n, &ppp)); in PetscBinaryWrite() 444 for (PetscCount i = 0; i < n; i++) ppp[i] = (double)pv[i]; in PetscBinaryWrite() 445 pp = (char *)ppp; in PetscBinaryWrite() 446 ptmp = (char *)ppp; in PetscBinaryWrite() 483 …C_SCALAR || type == PETSC_REAL || type == PETSC_COMPLEX) && writedouble) PetscCall(PetscFree(ppp)); in PetscBinaryWrite()
|
| /petsc/src/ts/utils/dmplexlandau/tutorials/ |
| H A D | ex2.c | 240 static const double ppp = 2; variable 252 f0[0] = PetscPowReal(diff, ppp); in f0_0_diff_lp() 265 f0[0] = PetscPowReal(f_maxwell, ppp); in f0_0_maxwellian_lp() 290 ediff = PetscPowReal(PetscRealPart(tt[0]), 1. / ppp); in testStable() 293 lpm0 = PetscPowReal(PetscRealPart(tt[0]), 1. / ppp); in testStable() 298 idiff = PetscPowReal(PetscRealPart(tt[0]), 1. / ppp); in testStable() 301 lpm1 = PetscPowReal(PetscRealPart(tt[0]), 1. / ppp); in testStable() 303 …ectrons/max=%20.13e ions/max=%20.13e\n", "----", stepi, (double)time, (int)ppp, (double)(ediff / l… in testStable()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 1459 …PetscInt ppp = -1; /* Parent Parent point: Parent of poin… in DMPlexTransformGetCone_Internal() local 1478 ppp = pp; in DMPlexTransformGetCone_Internal() 1482 if (lc) PetscCall(DMPlexRestoreOrientedCone(dm, ppp, &pcone, NULL)); in DMPlexTransformGetCone_Internal() 1484 PetscCall(DMPlexGetOrientedCone(dm, ppp, NULL, &ppornt)); in DMPlexTransformGetCone_Internal() 1486 PetscCall(DMPlexRestoreOrientedCone(dm, ppp, NULL, &ppornt)); in DMPlexTransformGetCone_Internal()
|