Lines Matching refs:example
17 A (small) common part shared by all PETSc classes (for example, both
21 (for example, both `KSPGMRES` and `KSPCG` have this common
27 For example, all matrix (`Mat`) classes share a function table of
50 by all the different PETSc implementations of the class. For example,
67 One or more actual implementations of the class (for example, sparse
74 public include file, by `typedef _p_<class>* <class>`; (for example,
120 class. For example, the PETSc vector class object operations in
178 For example,
185 `PetscValidHeaderSpecific`, for example,
212 For example,
268 For example, `fname` may be `PCCreate_LU`.
380 new class implementations; for example, new preconditioners.
389 For example,
410 opposed to `_p_<class>`, for example, `_n_PetscFunctionList` vs `_p_Vec`.
418 Each package defines one or more classes; for example, the `KSP`
424 function `XXXInitializePackage()`, for example
430 class in the package is utilized. This is handled, for example, with