Home
last modified time | relevance | path

Searched refs:Set (Results 1 – 25 of 122) sorted by relevance

12345

/petsc/config/BuildSystem/config/
H A DsetsOrdered.py236 other = Set(other)
265 otherdata = Set(other)._data
293 otherdata = Set(other)._data
430 class Set(BaseSet): class
494 other = Set(other)
512 other = Set(other)
629 self.assertEquals(Set([1, 2, 3]), Set([3, 2, 1]))
630 self.assertEquals(Set([1, 2, 3]), Set([2, 3, 1]))
635 self.assertEquals(Set([1, 2, 3]), Set([3, 2, 1, 2]))
636 self.assertEquals(Set([1, 2, 3]), Set([2, 3, 3, 3, 1, 2, 3, 1]))
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPC.pyx289 """Set the preconditioner type.
322 """Set the prefix used for all the `PC` options.
374 """Set various `PC` parameters from user options.
386 """Set the matrices associated with the linear system.
437 """Set to indicate to apply `PC` to ``A`` and not ``P``.
450 Set True to use ``A`` and False to use ``P``.
482 """Set to indicate the preconditioner is to be reused.
493 Set to `True` to use the reuse the current preconditioner and
507 """Set the reason the `PC` terminated.
546 """Set up the internal data structures for the `PC`.
[all …]
H A DDMShell.pyx26 """Set a template matrix.
43 """Set a template global vector.
60 """Set a template local vector.
81 """Set the routine to create a global vector.
113 """Set the routine to create a local vector.
148 """Set the routines used to perform a global to local scatter.
190 """Set a `Scatter` context for global to local communication.
214 """Set the routines used to perform a local to global scatter.
254 """Set a `Scatter` context for local to global communication.
278 """Set the routines used to perform a local to local scatter.
[all …]
H A DSpace.pyx92 """Set parameters in `Space` from the options database.
139 """Set the degree of approximation for this space.
178 """Set the number of variables for this space.
210 """Set the number of components for this space.
281 """Set the concatenate flag for this space.
339 """Set a space in the sum.
359 """Set the number of spaces in the sum.
391 """Set a space in the tensor product.
431 """Set the number of spaces in the tensor product.
469 """Set whether a function space is a space of tensor polynomials.
[all …]
H A DTAO.pyx174 """Set the type of the solver.
207 """Set the prefix used for searching for options in the database.
261 """Set up the internal data structures for using the solver.
275 """Set the initial trust region radius.
290 """Set the application context."""
298 """Set the vector used to store the solution.
310 """Set the objective function evaluation callback.
335 """Set the residual evaluation callback for least-squares applications.
362 """Set the callback to compute the least-squares residual Jacobian.
395 """Set the gradient evaluation callback.
[all …]
H A DRegressor.pyx83 """Set the weight to be used for the regularizer.
105 """Set up the internal data structures for using the solver.
194 """Set the type of the solver.
229 """Set a flag to indicate that the intercept should be calculated.
241 """Set a flag to indicate that `KSP` instead of `TAO` solvers should be used.
294 """Set the type of linear regression to be performed.
H A DTS.pyx259 """Set the method to be used as the `TS` solver.
282 """Set the type of the *Runge-Kutta* scheme.
305 """Set the type of `Type.ARKIMEX` scheme.
335 Set to True for fully implicit.
353 Set to True for fast-slow partitioned systems.
405 """Set the type of `Type.DIRK` scheme.
442 """Set the type of problem to be solved.
473 """Set the type of the equation that `TS` is solving.
504 """Set the prefix used for all the `TS` options.
564 """Set various `TS` parameters from user options.
[all …]
H A DSNES.pyx183 """Set the type of the solver.
216 """Set the prefix used for searching for options in the database.
272 """Set the application context."""
327 """Set the tolerance parameters used for the trust region.
380 """Set the update parameters used for the trust region.
443 """Set the `Mat` to be used to apply the interpolation from level-1 to level.
473 """Set the `Mat` to be used to apply the restriction from level-1 to level.
503 """Set the `Mat` to be used to apply the injection from level-1 to level.
533 """Set the scaling factor of the restriction operator from level to level-1.
546 """Set the number of levels to use with FAS.
[all …]
H A DMatPartitioning.pyx82 """Set the type of the partitioner to use.
115 """Set parameters in the partitioner from the options database.
127 """Set the adjacency graph (matrix) of the thing to be partitioned.
H A DSection.pyx139 """Set the number of fields in a section.
177 """Set the name of a field in the section.
218 """Set the number of field components for the given field.
256 """Set the range in which points (indices) lie for this section.
295 """Set the permutation for [0, pEnd - pStart).
334 """Set the number of degrees of freedom associated with a given point.
398 """Set the number of DOFs associated with a field on a given point.
465 """Set the number of constrained DOFs associated with a given point.
533 """Set the number of constrained DOFs for a given field on a point.
611 """Set the point DOFs numbers, in [0, DOFs), which are constrained.
[all …]
H A DDM.pyx221 """Set the topological dimension of the `DM`.
253 """Set the dimension of embedding space for coordinates values.
271 """Set the prefix used for searching for options in the database.
340 """Set the application context."""
369 """Set the flag for constructing a global-to-natural map.
387 """Set the flags for determining variable influence.
430 """Set the flags for determining variable influence.
511 """Set an auxiliary vector for a specific region.
571 """Set the number of fields in the `DM`.
598 """Set the discretization object for a given `DM` field.
[all …]
H A DFE.pyx270 """Set the number of field components in the element.
338 """Set the tile sizes for evaluation.
378 """Set the `Quad` used to calculate inner products.
396 """Set the `Quad` used to calculate inner products on faces.
449 """Set the `Space` used for the approximation of the solution.
466 """Set parameters in a `FE` from the options database.
505 """Set the `DualSpace` used to define the inner product.
H A DDMDA.pyx218 """Set the topological dimension.
247 """Set the number of degrees of freedom per vertex.
285 """Set the number of grid points in each dimension.
335 """Set the number of processes in each dimension.
387 """Set the type of ghost nodes on domain boundaries.
431 """Set the stencil type.
469 """Set the stencil width.
510 """Set the stencil type and width.
676 """Set the name of individual field components.
752 """Set the DMDA coordinates to be a uniform grid.
[all …]
/petsc/config/BuildSystem/config/compile/
H A DFC.py15 self.includeDirectories = sets.Set()
25 self.includeDirectories = sets.Set()
42 self.libraries = sets.Set()
48 other.libraries = sets.Set(self.libraries)
H A DCxx.py15 self.includeDirectories = sets.Set()
25 self.includeDirectories = sets.Set()
53 self.libraries = sets.Set()
59 other.libraries = sets.Set(self.libraries)
107 self.libraries = sets.Set()
122 other.libraries = sets.Set(self.libraries)
H A DC.py14 self.includeDirectories = sets.Set()
32 self.includeDirectories = sets.Set()
59 self.libraries = sets.Set()
65 other.libraries = sets.Set(self.libraries)
112 self.libraries = sets.Set()
127 other.libraries = sets.Set(self.libraries)
210 self.libraries = sets.Set()
225 other.libraries = sets.Set(self.libraries)
H A DHIP.py23 self.includeDirectories = sets.Set()
33 self.includeDirectories = sets.Set()
67 self.libraries = sets.Set()
H A DCUDA.py16 self.includeDirectories = sets.Set()
26 self.includeDirectories = sets.Set()
54 self.libraries = sets.Set()
H A DHC.py16 self.includeDirectories = sets.Set()
26 self.includeDirectories = sets.Set()
54 self.libraries = sets.Set()
H A DSYCL.py23 self.includeDirectories = sets.Set()
33 self.includeDirectories = sets.Set()
68 self.libraries = sets.Set()
/petsc/share/petsc/matlab/
H A DPetscReadBinaryMatlab.m1 function Set = PetscReadBinaryMatlab(filename)
29 if strfind(str,'fopen(Set.filename')
30 str = 'fd = PetscOpenFile(Set.filename);';
/petsc/include/petsc/private/
H A Dhashmap.txt119 PetscHMap<T>Resize - Set the number of buckets in a hash table
186 .seealso: `PetscHMap<T>Get()`, `PetscHMap<T>GetWithDefault()`, `PetscHMap<T>Set()`,
206 .seealso: `PetscHMap<T>Set()`, `PetscHMap<T>SetWithMode()`, `PetscHMap<T>IterGet()`,
228 .seealso: `PetscHMap<T>Get()`, `PetscHMap<T>Set()`, `PetscHMap<T>SetWithMode()`, `PetscHMap<T>IterG…
233 PetscHMap<T>Set - Set a (key,value) entry in the hash table
237 PetscErrorCode PetscHMap<T>Set(PetscHMap<T> ht, <KeyType> key, <ValType> val)
251 PetscHMap<T>SetWithMode - Set a (key,value) entry in the hash table according to an `InsertMode`
267 - `INSERT_VALUES`\: this routine behaves identically to `PetscHMap<T>Set()`.
284 .seealso: `PetscHMap<T>Set()`, `PetscHMap<T>Get()`, `PetscHMap<T>GetWithDefault()`,
321 .seealso: `PetscHMap<T>QueryDel()`, `PetscHMap<T>Set()`, `PetscHMap<T>SetWithMode()`
[all …]
/petsc/src/vec/vec/tutorials/
H A Dex1.java8 x.Set(2.0); in main()
/petsc/doc/changes/
H A D38.md145 - Added TSAdapt{Set|Get}Safety() to set safety factors and renamed
148 - Renamed TSAdaptBasic{Set|Get}Clip() and option
149 `-ts_adapt_basic_clip` to TSAdapt{Set|Get}Clip() and
155 - Added TS{Set|Get}MaxSteps() and TS{Set|Get}MaxTime(), deprecated
156 TS{Set|Get}Duration().
/petsc/src/ts/tutorials/optimal_control/output/
H A Dex1_3.out29 Active Set subset type: subvec
69 Active Set subset type: subvec

12345