Lines Matching refs:different
28 This design enables easy comparison and use of different
29 algorithms (for example, experimenting with different Krylov subspace
39 It is useful to consider the interrelationships among different pieces
111 compiler options and machine type. Using different values of
112 `$PETSC_ARCH` allows one to switch between several different sets (say
339 value and assign a different value to each component. More detailed
592 …le threads (independent streams of instructions) process data and perform computations on different
638 many "iterations" of the loop index run on different hardware in "lock-step".
639 PETSc utilizes this parallelism with three similar but slightly different models:
672 PETSc program using MPICH on a macOS laptop. Note that different
980 …ve ({any}`sec_mpi`) by calling `Mat*SetPreallocation()` for a number of different matrix types. As…
1076 PETSc accepts callback functions in different places in the code.