Lines Matching refs:uses
89 `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…
670 Dense Quasi-Newton, `MATLMVMDQN` is an implementation that uses
671 `MatSolve` of `MATLMVMDBFGS` for its `MatSolve`, and uses
944 To use the PETSc provided matrix-free matrix that uses finite differencing to approximate the matri…
1099 the diagonal entry. If the pointer is not null, it uses that given value
1190 …e computations that do not require the matrices' numerical values followed by one or more uses of a
1193 PETSc uses two different API's to take advantage of these optimizations.
1208 PETSc uses two approaches because the same programming problem was solved with two different ways d…
1266 refinement, PETSc uses the “rebuild the data structure” approach, as