| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | petsc_options.rst | 33 Command-line options can be read via an instance of the ``Options`` class. For instance: 50 The options database is accessible also as a Python dictionary, so that one can for instance overri…
|
| /petsc/src/tao/leastsquares/tutorials/matlab/ |
| H A D | ProblemInitialize.m | 2 % ProblemInitialize is called prior to solving the instance 3 % The taopounders driver sets np, the problem instance number
|
| H A D | ProblemFinalize.m | 2 % ProblemFinalize is called after solving the instance
|
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | DT | 3 `DT` provides discretization technology, for instance quadrature, finite element, or finite volume …
|
| /petsc/src/dm/tutorials/output/ |
| H A D | swarm_ex1_4.out | 6 DMSwarmDataEx: instance=0
|
| H A D | swarm_ex1_2.out | 6 DMSwarmDataEx: instance=0
|
| H A D | swarm_ex1_8.out | 9 DMSwarmDataEx: instance=0
|
| H A D | swarm_ex1_3.out | 25 DMSwarmDataEx: instance=0
|
| H A D | swarm_ex1_6.out | 9 DMSwarmDataEx: instance=0
|
| H A D | swarm_ex1_7.out | 91 DMSwarmDataEx: instance=0
|
| /petsc/src/dm/impls/swarm/ |
| H A D | data_ex.h | 14 PetscInt instance; member
|
| H A D | data_ex.c | 94 d->instance = count; in DMSwarmDataExCreate() 136 …tscCall(PetscPrintf(PETSC_COMM_WORLD, "DMSwarmDataEx: instance=%" PetscInt_FMT "\n", d->instance)); in DMSwarmDataExView() 362 _get_tags(d->instance, size, r0, r1, *maxtag, &st, &rt); in DMSwarmDataExTopologyFinalize()
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | README.rst | 128 - linter: The linter instance. Any errors created should be logged with it 144 ``(2)``. You should implement all your checks for this instance entirely within this 145 function, it is called only once for each found instance of a function call.
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Device.pyx | 152 A `Viewer` instance or `None` for the default viewer. 303 """Get the `Device` which this instance is attached to. 325 The `Device` to which this instance is attached to. 379 """Make this instance wait for ``other``.
|
| H A D | Viewer.pyx | 146 A `Viewer` instance or `None` for the default viewer. 147 If none of the above applies, it assumes ``obj`` is an instance of `Object` 941 An instance of the Python class implementing the required methods. 962 """Set the instance of the class implementing the required Python methods. 974 """Return the instance of the class implementing the required Python methods.
|
| H A D | Random.pyx | 49 A `Viewer` instance or `None` for the default viewer.
|
| H A D | Regressor.pyx | 50 A `Viewer` instance or `None` for the default viewer.
|
| H A D | Scatter.pyx | 66 A `Viewer` instance or `None` for the default viewer.
|
| H A D | Options.pyx | 105 A `Viewer` instance or `None` for the default viewer.
|
| H A D | TAO.pyx | 128 A `Viewer` instance or `None` for the default viewer. 1899 An instance of the Python class implementing the required methods. 1917 """Set the instance of the class implementing the required Python methods. 1929 """Return the instance of the class implementing the required Python methods. 2172 A `Viewer` instance or `None` for the default viewer.
|
| H A D | SNES.pyx | 137 A `Viewer` instance or `None` for the default viewer. 2218 An instance of the Python class implementing the required methods. 2236 """Set the instance of the class implementing the required Python methods. 2248 """Return the instance of the class implementing the required Python methods. 2792 A `Viewer` instance or `None` for the default viewer.
|
| /petsc/doc/developers/ |
| H A D | objects.md | 4 collection of data (for instance, a sparse matrix) is stored in a way 61 the abstract function is `<class>Operation`, for instance, 63 implementation is `<class>Operation_<implementation>`, for instance, 73 Each type of object (for instance, a vector) is defined in its own
|
| /petsc/src/binding/petsc4py/ |
| H A D | CHANGES.rst | 202 - Add ``Comm.tompi4py()`` to get a ``mpi4py`` communicator instance.
|
| /petsc/doc/manual/ |
| H A D | regressor.md | 63 To create a `PetscRegressor` instance, one must first call `PetscRegressorCreate()`:
|
| H A D | snes.md | 398 for instance, 2 for quadratic or 3 for cubic. Sometimes, it may not be 712 each level, there is a recursive cycle control `SNES` instance, and 718 each has a corresponding “set” operation. For instance, the number of 906 These routines are useful, for instance, if the convergence test 1381 instance to define the step for an outer `SNES` instance. The inner 1382 instance may be extracted using
|