Home
last modified time | relevance | path

Searched refs:preferred (Results 1 – 16 of 16) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmstream.hpp92 const flag_type preferred = cupmStreamNonBlocking; in change_type() local
98 if (flag == preferred) PetscFunctionReturn(PETSC_SUCCESS); in change_type()
101 PetscCall(create(preferred)); in change_type()
/petsc/share/petsc/
H A DMakefile.basic.user5 # See also $PETSC_DIR/share/petsc/Makefile.user for the preferred approach
/petsc/src/binding/petsc4py/docs/source/
H A Ddocumentation_standards.rst19 "Return" is to be preferred over "Get" in this sentence. A blank line must
/petsc/doc/changes/
H A D316.md109 - Factorization types now provide their preferred ordering (which
/petsc/doc/developers/
H A Dkernel.md216 The following macros are the preferred way to obtain and release memory
H A Dstyle.md328 rule is for header guards, where the `#ifndef` form is preferred (see below).
/petsc/doc/install/
H A Dinstall_tutorial.md322 preferred package manager to update them. For example, for macOS see {any}`doc_macos_install`
H A Dinstall.md274 `--with-PACKAGENAME-lib` options should be preferred.
/petsc/doc/manual/
H A Dadvanced.md163 the preferred out-of-place mode, first one obtains that matrix object that will
H A Dsnes.md1370 several VI solvers, the default is preferred.
H A Dvec.md8 …vel interfaces handle much of the details of the interactions with vectors and hence, are preferred
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DLICENSE136 "Source code" for a work means the preferred form of the work for
/petsc/doc/community/meetings/2023/
H A Dindex.md55 - [Receive IIT hotel discounts.](https://www.iit.edu/procurement-services/purchasing/preferred-and-…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DKSP.pyx840 but is the preferred approach.
H A DPC.pyx406 Using this directly is rarely needed, the preferred, and equivalent, usage
H A DTS.pyx2474 The preferred interface for the `TS` solvers is `solve`. If