Home
last modified time | relevance | path

Searched refs:detect (Results 1 – 17 of 17) sorted by relevance

/petsc/doc/changes/
H A D323.md175 - Add automatically generated interface definitions for most PETSc functions to detect illegal usag…
H A D322.md216 - Add automatically generated interface definitions for most PETSc functions to detect illegal usag…
H A D312.md47 with NaN to detect use of uninitialized numerical arrays
H A D315.md54 - Automatically detect YAML and JSON option files by extension or
H A D318.md120 - Add `PetscHasBuiltin()` to detect whether a particular builtin function is supported by the compi…
H A D317.md22 …ler flags, although users will be warned that they should let PETSc auto-detect the flag when sett…
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c78 …PetscBool detect; /* Whether to form 2-way split by finding zero diagonal entrie… member
408 if (pc->dm && jac->dm_splits && !jac->detect && !coupling) { in PCFieldSplitSetDefaults()
475 if (jac->detect) { in PCFieldSplitSetDefaults()
2150 …ting zero diagonal entries", "PCFieldSplitSetDetectSaddlePoint", jac->detect, &jac->detect, NULL)); in PCSetFromOptions_FieldSplit()
2151 …PetscCall(PCFieldSplitSetDetectSaddlePoint(pc, jac->detect)); /* Sets split type and Schur PC type… in PCSetFromOptions_FieldSplit()
3540 *flg = jac->detect; in PCFieldSplitGetDetectSaddlePoint()
3570 jac->detect = flg; in PCFieldSplitSetDetectSaddlePoint()
3571 if (jac->detect) { in PCFieldSplitSetDetectSaddlePoint()
/petsc/doc/install/
H A Dinstall.md165 `configure` cannot detect compiler libraries for certain set of compilers. In this
204 `configure` can detect and use them.
235 specify its location to `configure` (it will attempt to detect and include relevant
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas1851 (vof-to-dpm/lump-detect/vof-surface 0.999999)
1852 (vof-to-dpm/lump-detect/vof-lower-limit 1e-06)
1853 (vof-to-dpm/lump-detect/max-lump-vof 1.1)
1854 (vof-to-dpm/lump-detect/vof-inside 0.9)
6378 (polyhedra/dual/detect-volume-ratio? #t)
6381 (polyhedra/dual/detect-wide-gaps? #t)
6382 (polyhedra/dual/detect-gaps? #t)
7220 (overset/auto-detect-geometry? #t)
8837 (context/auto-detect? #f)
8839detect?)) (lambda () #t) (mom/update-derivatives-after-flow-solve? #t boolean #f #t #t)) ("turbule…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DTS.pyx2494 PETSc attempts to detect and handle) or problem coefficients (which
2495 PETSc is not able to detect). For the sake of correctness and maximum
/petsc/doc/manual/
H A Dperformance.md387 understanding of the system and experience to detect. The purpose of
H A Dother.md1134 and “callgrind” tools to detect memory leaks and profile code. It has
H A Dts.md1069 “event” function $g(t,u)$ for PETSc to detect and locate the times
H A Dvec.md1507 …either on CPU memory or GPU memory. The `PetscSF` routines automatically detect the memory type. B…
H A Dksp.md2433 still detect a zero pivot. You can run with the additional options or
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md295 In this case, since the viscosity does not depend on the velocity or pressure fields, we detect tha…
/petsc/doc/faq/
H A Dindex.md368 `--with-mpi-compilers=0`, which will try to auto-detect working compilers; however,