Home
last modified time | relevance | path

Searched refs:uses (Results 1 – 25 of 87) sorted by relevance

1234

/petsc/doc/
H A Dbuild_man_examples_links.py6 def processfile(petsc_dir,dir,file,keyre,mdict,uses): argument
13 if len(uses[i[1:-1]]) < 10:
14 uses[i[1:-1]].append(os.path.join(dir,file))
16 def processdir(petsc_dir,dir,keyre,mdict,uses): argument
20 …r file.endswith('.cxx') or file.endswith('.F90')): processfile(petsc_dir,dir,file,keyre,mdict,uses)
43 uses = {i[1:-1]: [] for i in mdict.keys()}
44 return keyre,mdict,uses
47 keyre,mdict,uses = loadmanualpagescit(petsc_dir,build_dir)
51 processdir(petsc_dir,dirpath,keyre,mdict,uses)
54 if len(uses[i[1:-1]]) > 0:
[all …]
/petsc/src/mat/tests/output/
H A Dex182_6.out1 [0] <mat:mpisbaij> MatAssemblyBegin_MPISBAIJ(): Block-Stash has 0 entries, uses 0 mallocs.
2 [0] <mat:mpisbaij> MatAssemblyBegin_MPISBAIJ(): Stash has 0 entries,uses 0 mallocs.
3 [0] <mat:mpisbaij> MatAssemblyBegin_MPI_Hash(): Stash has 0 entries, uses 0 mallocs.
H A Dex182_2.out1 [0] <mat:mpiaij> MatAssemblyBegin_MPIAIJ(): Stash has 0 entries, uses 0 mallocs.
2 [0] <mat:mpiaij> MatAssemblyBegin_MPI_Hash(): Stash has 0 entries, uses 0 mallocs.
/petsc/doc/manualpages/MANSECHeaders/
H A DSNESFAS3 The `SNESFAS` subclass of `SNES` is a nonlinear multigrid solver which uses the Full Approximation …
/petsc/doc/changes/
H A D310.md57 - Added MATAIJSELL, a sub-type of AIJ that uses SELL format
88 as Saunders and MATLAB, and uses it in the type-specific
125 that re-uses BNLS infrastructure to replace BLMVM on next release.
H A D221.md44 - ICC now uses Manteuffel shift by default
51 - hypre BoomerAMG (-pc_type hypre -pc_hypre_type boomeramg) now uses
H A D232.md53 i.e uses C99 complex support.
H A D318.md5 - Remove the error handling from uses of `PetscOptionsBegin()`, `PetscOptionsEnd()`, `PetscObjectOp…
6 - Remove the error handling from uses of `PetscDrawCollectiveBegin()` and `PetscDrawCollectiveEnd()`
7 - Remove the error handling from uses of `MatPreallocateInitialize()` and `MatPreallocateFinalize()`
15 - Change uses of `MatGetOption()` with `MAT_SYMMETRIC`, `MAT_STRUCTURALLY_SYMMETRIC`, `MAT_HERMITIA…
H A D216.md31 - Changed default matrix-free compute h to use WP since it uses
H A D315.md137 built-in implementation uses LAPACK on sequential dense matrices
180 - Chebyshev uses `MAT_SPD` to default to CG for the eigen estimate
254 - Add `DMComputeError()`, which uses `PetscDS` information for the exact
H A D314.md169 - GAMG uses MAT_SPD to default to CG for the eigen estimate in
193 - Chebyshev uses MAT_SPD to default to CG for the eigen estimate
266 - Add DMComputeExactSolution() which uses PetscDS information
/petsc/doc/manualpages/doctext/
H A Ddoctextcommon.txt22 region `M` such that `A` "happens-before" `B`, where `A` uses `PetscDeviceContext` `X`
23 and `B` uses `PetscDeviceContext` `Y`, then `B` shall not begin before `A`
H A Dmyst.def17 # and uses H2 anyways. So we end up with huge headings that take up too much space on the page.
/petsc/src/binding/petsc4py/
H A D.ruff.toml31 "G004", # Logging statement uses f-string
/petsc/src/tao/unconstrained/tutorials/
H A Dconvergencestudyburger.m6 % Uses for the initial guess the analytic solution; if one uses the other initial guess the code …
/petsc/src/snes/tutorials/
H A Dex5m.m24 % This uses a clever (though not particularly efficient) way of
/petsc/doc/miscellaneous/
H A Dsaws.md3 SAWs is a software library that uses threads, sockets, and locks to
/petsc/src/binding/petsc4py/docs/source/
H A Dindex.rst24 and uses NumPy_ to efficiently manage input and output of array data.
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DLICENSE111 "work based on the library" and a "work that uses the library". The
148 and what the program that uses the Library does.
176 table of data to be supplied by an application program that uses
242 linked with it, is called a "work that uses the Library". Such a
246 However, linking a "work that uses the Library" with the Library
248 contains portions of the Library), rather than a "work that uses the
252 When a "work that uses the Library" uses material from a header file
259 If such an object file uses only numerical parameters, data
272 link a "work that uses the Library" with the Library to produce a
291 uses the Library", as object code and/or source code, so that the
[all …]
/petsc/doc/manual/
H A Ddmcommonality.md25 To iterate over the local points, one uses `DMDAGetCorners()` or `DMDAGetGhostCorners()` and iterat…
44 To iterate over the local points, one uses `DMStagGetCorners()` or `DMStagGetGhostCorners()` and it…
64 …cess the chart (beginning and end indices) of the cell entities. Then one uses an associated `Pets…
81 To iterate over graph vertices (nodes) one uses `DMNetworkGetVertexRange()` to provide its chart (t…
H A Dmat.md89 `MatSetValues()` uses the standard C convention, where the row and
106 one matrix into another when using MATLAB, one uses the command
154 If `PETSC_DECIDE` was passed as the local size, then the vector uses default values for the range u…
238 `n` columns, one uses the command
485 MatAssemblyBegin_MPIAIJ:Stash has 10 entries, uses 0 mallocs
486 MatAssemblyBegin_MPIAIJ:Stash has 3 entries, uses 0 mallocs
487 MatAssemblyBegin_MPIAIJ:Stash has 5 entries, uses 0 mallocs
494 MatAssemblyBegin_MPIAIJ:Stash has 100000 entries, uses 100 mallocs
495 MatAssemblyBegin_MPIAIJ:Stash has 77777 entries, uses 70 mallocs
516 … need not provide the matrix numerical values). Once this is complete one uses `MatPreallocatorPre…
[all …]
H A Dabout_this_manual.md8 on parallel (and serial) computers. PETSc uses the MPI standard for all
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DConst.pyx18 For tolerances this uses the default value from when
/petsc/doc/overview/
H A Dgpu_roadmap.md13 PETSc uses a single source programming model where solver back-ends are selected as
/petsc/src/benchmarks/
H A Dssget264 -s search database with conditions. It uses @PROPERTY as the

1234