Home
last modified time | relevance | path

Searched refs:decide (Results 1 – 8 of 8) sorted by relevance

/petsc/doc/changes/
H A D220.md33 KSPGMRESSetCGSRefinement() to decide when to use iterative
/petsc/src/sys/objects/
H A Doptions.c2206 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 Dadvanced.md224 may be used. Here, `tol` is an optional tolerance to decide if a value
H A Dksp.md903 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 Dmat.md824 By default, if the user lets PETSc decide the number of components to be
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DLICENSE22 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 Dtoclapack.sh1900 /* 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 Dindex.md589 tolerance boomerAMG uses to decide if to stop before `max_iter` with