Lines Matching refs:Add
74 - Add various missing types and enums definitions.
118 - Add ``Mat.zeroRowsColumnsLocal()``.
119 - Add ``Mat.getISLocalMat()``.
120 - Add ``Mat.convertISToAIJ()``.
150 - Add ``Log.{begin|view|destroy}()``.
151 - Add ``Mat.SOR()`` and ``Mat.SORType``.
152 - Add ``DMPlex.createCoarsePointIS()``.
153 - Add ``LGMap.createSF()``.
154 - Add ``SNES.getVIInactiveSet()``.
155 - Add ``Vec.isaxpy()``.
156 - Add ``PC.setReusePreconditioner()``.
173 - Add support for ``DMComposite`` and ``DMPlex``.
196 - Add ``AO.createMemoryScalable()`` and ``LGMap.block()`` /
199 - Add ``Object.handle`` property (C pointer as a Python integer). Can
202 - Add ``Comm.tompi4py()`` to get a ``mpi4py`` communicator instance.
210 - Add new ``DM`` class , make ``DA`` inherit from ``DM``.
229 - Add support for copying and computing complements in ``IS``
232 - Add support for coarsening in ``DA`` (``DA.coarsen()``).
262 - Add support for Jed Brown's THETA an GL timestepper implementations.