Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 49) sorted by relevance

12

/petsc/src/binding/petsc4py/docs/source/
H A Dpetsc_options.rst33 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 DProblemInitialize.m2 % ProblemInitialize is called prior to solving the instance
3 % The taopounders driver sets np, the problem instance number
H A DProblemFinalize.m2 % ProblemFinalize is called after solving the instance
/petsc/doc/manualpages/MANSECHeaders/
H A DDT3 `DT` provides discretization technology, for instance quadrature, finite element, or finite volume …
/petsc/src/dm/tutorials/output/
H A Dswarm_ex1_4.out6 DMSwarmDataEx: instance=0
H A Dswarm_ex1_2.out6 DMSwarmDataEx: instance=0
H A Dswarm_ex1_8.out9 DMSwarmDataEx: instance=0
H A Dswarm_ex1_3.out25 DMSwarmDataEx: instance=0
H A Dswarm_ex1_6.out9 DMSwarmDataEx: instance=0
H A Dswarm_ex1_7.out91 DMSwarmDataEx: instance=0
/petsc/src/dm/impls/swarm/
H A Ddata_ex.h14 PetscInt instance; member
H A Ddata_ex.c94 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 DREADME.rst128 - 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 DDevice.pyx152 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 DViewer.pyx146 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 DRandom.pyx49 A `Viewer` instance or `None` for the default viewer.
H A DRegressor.pyx50 A `Viewer` instance or `None` for the default viewer.
H A DScatter.pyx66 A `Viewer` instance or `None` for the default viewer.
H A DOptions.pyx105 A `Viewer` instance or `None` for the default viewer.
H A DTAO.pyx128 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 DSNES.pyx137 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 Dobjects.md4 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 DCHANGES.rst202 - Add ``Comm.tompi4py()`` to get a ``mpi4py`` communicator instance.
/petsc/doc/manual/
H A Dregressor.md63 To create a `PetscRegressor` instance, one must first call `PetscRegressorCreate()`:
H A Dsnes.md398 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

12