Lines Matching refs:PETSc
2 CHANGES: PETSc for Python
12 - Update to PETSc 3.24 release.
21 - Update to PETSc 3.23 release.
26 - Update to PETSc 3.22 release.
31 - Update to PETSc 3.21 release.
36 - Update to PETSc 3.20 release.
42 - Update to PETSc 3.19 release.
44 ``PETSc.Device`` and ``PETSc.DeviceContext`` classes respectively.
49 - Update to PETSc 3.18 release.
55 - Update to PETSc 3.17 release.
61 - Update to PETSc 3.16 release.
67 - Update to PETSc 3.15 release.
73 - Fix build issues after changes in recent PETSc patch releases.
81 - Update to PETSc 3.14 release.
87 - Update to PETSc 3.13 release.
93 - Update to PETSc 3.12 release.
99 - Update to PETSc 3.11 release.
112 - Update to PETSc 3.10 release.
126 - Update to PETSc 3.9 release.
132 - Update to PETSc 3.8 release.
138 - Update to PETSc 3.7 release.
144 - Update to PETSc 3.6 release.
165 - Update to PETSc 3.5 release.
171 - Update to PETSc 3.4 release.
183 - Minor backward compatibility fix for PETSc 3.2 .
191 - Update to PETSc 3.3 release.
200 be used with ``ctypes`` to pass a PETSc handle.
208 - Update to PETSc 3.2 release.
218 - Better interaction between Python garbage collector and PETSc
238 - Support for ``pip install petsc4py`` to download and install PETSc.
246 - Support for setting PETSC_COMM_WORLD before PETSc initialization.
251 - Workaround build failures when PETSc is built with *mpiuni*.
259 - Update for API cleanups, changes, and new calls in PETSc 3.1 and
285 - Now ``petsc4py`` works against core PETSc built with complex
288 - Added support for PETSc logging features like stages, classes and
295 - Removed enumeration-like classes from the ``petsc4py.PETSc`` module
296 namespace. For example, now you have to use ``PETSc.KSP.Type``
297 instead of ``PETSc.KSPType``.
299 - The ``PETSc.IS`` to ``numpy.ndarray`` conversion now works for
318 ``-Wwrite-strings`` removed, as this flag (inherited from PETSc) made
327 of *PETSc for Python*.