Searched refs:round (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex23.c | 9 PetscInt ex, ey, ez, n[3], start[3], nExtra[3], iNext, iPrev, iCenter, d, round; in main() local 22 for (round = 1; round <= 2; ++round) { in main() 27 if (round == 1) { in main() 65 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "####### Round %" PetscInt_FMT " #######\n", round)); in main()
|
| /petsc/src/binding/petsc4py/demo/regressor/ |
| H A D | test_regressor_synthetic.py | 40 ntr = round(nsample*9/10)
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex42.c | 378 …omm, "Exact mesh surface area : % .*f\n", PetscAbsReal(ctx.areaExact - round(ctx.areaExact)) > … in main() 379 …PetscCall(PetscPrintf(comm, "Computed mesh surface area : % .*f\n", PetscAbsScalar(area - round(ar… in main()
|
| /petsc/share/petsc/matlab/ |
| H A D | laplacian.m | 118 uint = round(u); 168 mint = round(m);
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 801 /* 'round to nearest' style. */ 906 /* Try and decide whether rounding is done in the IEEE 'round to */ 2221 or if arithmetic seems to round in the IEEE style, determi 2791 /* 'round to nearest' style. */ 2896 /* Try and decide whether rounding is done in the IEEE 'round to */ 4212 or if arithmetic seems to round in the IEEE style, determi
|
| /petsc/doc/changes/ |
| H A D | 312.md | 6 - PetscRoundReal() has been removed, since the math routine round()
|
| /petsc/lib/petsc/bin/ |
| H A D | petsc_tas_analysis.py | 800 convRate = str(round(field.cRate, 3))
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | KSP.pyx | 98 are negative due to round-off. `petsc.KSPBCGSL`
|
| /petsc/doc/manual/ |
| H A D | snes.md | 891 different machines; due to different round-off rules used by, say, the
|