Searched refs:safe (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glleadapt.c | 257 PetscReal dec = 0.2, inc = 5.0, safe = 0.9, optimal, last_desired_h; in TSGLLEAdaptChoose_Size() local 261 optimal = PetscPowReal((PetscReal)errors[cur], (PetscReal)-1. / (safe * orders[cur])); in TSGLLEAdaptChoose_Size() 298 PetscReal dec = 0.2, inc = 5.0, safe = 0.9; in TSGLLEAdaptChoose_Both() local 309 optimal = PetscPowReal((PetscReal)errors[i], (PetscReal)-1. / (safe * orders[i])); in TSGLLEAdaptChoose_Both()
|
| /petsc/doc/changes/ |
| H A D | 322.md | 58 - Add `PetscSFRegisterPersistent()` and `PetscSFDeregisterPersistent()` for safe optimization of pe…
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 1658 /* sfmin = safe minimum, such that 1/sfmin does not overflow */ 3649 /* sfmin = safe minimum, such that 1/sfmin does not overflow */
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 612 … pragmas into their own code. However, since standard PETSc is not thread-safe, they should not, i… 615 There is an OpenMP thread-safe subset of PETSc that may be configured for using `--with-threadsafet…
|
| H A D | ksp.md | 1182 `-pc_gamg_esteig_ksp_max_it` is 10, which we have found is pretty safe
|