Searched refs:decide (Results 1 – 8 of 8) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 220.md | 33 KSPGMRESSetCGSRefinement() to decide when to use iterative
|
| /petsc/src/sys/objects/ |
| H A D | options.c | 2206 PetscBool decide, tdefault, mouse, unlimited; in PetscOptionsStringToInt() local 2214 PetscCall(PetscStrcasecmp(name, "PETSC_DECIDE", &decide)); in PetscOptionsStringToInt() 2215 if (!decide) PetscCall(PetscStrcasecmp(name, "DECIDE", &decide)); in PetscOptionsStringToInt() 2216 if (!decide) PetscCall(PetscStrcasecmp(name, "PETSC_DETERMINE", &decide)); in PetscOptionsStringToInt() 2217 if (!decide) PetscCall(PetscStrcasecmp(name, "DETERMINE", &decide)); in PetscOptionsStringToInt() 2223 else if (decide) *a = PETSC_DECIDE; in PetscOptionsStringToInt()
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 224 may be used. Here, `tol` is an optional tolerance to decide if a value
|
| H A D | ksp.md | 903 decide if a value is nonzero; by default it is `1.e-10`. 1401 We first must decide what we mean by accurate interpolation of some functions. Suppose we know the …
|
| H A D | mat.md | 824 By default, if the user lets PETSc decide the number of components to be
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 22 Free Software Foundation and other authors who decide to use it. You 398 system; it is up to the author/donor to decide if he or she is willing
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 1900 /* Try and decide whether rounding is done in the IEEE 'round to */ 3891 /* Try and decide whether rounding is done in the IEEE 'round to */
|
| /petsc/doc/faq/ |
| H A D | index.md | 589 tolerance boomerAMG uses to decide if to stop before `max_iter` with
|