| /petsc/src/tao/unconstrained/impls/ntr/ |
| H A D | ntrimpl.h | 48 choose tau in [gamma3, gamma4] 51 choose tau in [gamma2, gamma3] 58 choose tau in [gamma1, 1.0]
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtaltv.c | 17 … space themselves, Alt^k V. The dimension of Alt^k V, if V is N dimensional, is N choose k. (This 20 …irections of a four dimensional space are (t, x, y, z), then there are 4 choose 2 = 6 ordered subs… 63 . w - a k-form, size [N choose k] (each degree of freedom of a k-form is associated with a subset o… 139 . a - a j-form, size [N choose j] 140 - b - a k-form, size [N choose k] 143 . awedgeb - the (j+k)-form a wedge b, size [N choose (j+k)]: (a wedge b)(v_1,...,v_{j+k}) = \sum_{s… 218 - a - a j-form, size [N choose j] 221 . awedgeMat - (a wedge), an [(N choose j+k) x (N choose k)] matrix in row-major order, such that (a… 307 - w - a |k|-form in the image space, size [M choose |k|] 310 . Lstarw - the pullback of w to a |k|-form in the origin space, size [N choose |k|]: (Lstarw)(v_1,.… [all …]
|
| /petsc/share/petsc/xml/ |
| H A D | performance_xml2html.xsl | 243 <xsl:choose> 250 </xsl:choose> 314 <xsl:choose> 321 </xsl:choose> 377 <xsl:choose> 388 </xsl:choose> 394 <xsl:choose> 424 </xsl:choose> 431 <xsl:choose> 461 </xsl:choose> [all …]
|
| /petsc/src/sys/tutorials/output/ |
| H A D | ex5_1.out | 13 choose = THAT; (EnumeratedChoices) Express yourself by choosing among enumerated things 26 choose = THAT; (EnumeratedChoices) Express yourself by choosing among enumerated things
|
| H A D | ex5_yaml.out | 13 choose = THE_OTHER; (EnumeratedChoices) Express yourself by choosing among enumerated things 26 choose = THE_OTHER; (EnumeratedChoices) Express yourself by choosing among enumerated things
|
| /petsc/include/ |
| H A D | petscdt.h | 246 PetscDTBinomial - Approximate the binomial coefficient `n` choose `k` 253 . binomial - approximation of the binomial coefficient `n` choose `k` 284 PetscDTBinomialInt - Compute the binomial coefficient `n` choose `k` 291 . binomial - the binomial coefficient `n` choose `k` 438 …ordered subset of the integers [0, ..., n - 1] from its encoding as an integers in [0, n choose k). 444 - j - an index in [0, n choose k) 452 Limited by arguments such that `n` choose `k` can be represented by `PetscInt` 478 …ers from the set [0, ..., n - 1] to its encoding as an integers in [0, n choose k) in lexicographi… 492 Limited by arguments such that `n` choose `k` can be represented by `PetscInt` 525 - j - an index in [0, n choose k) [all …]
|
| H A D | petscdmtypes.h | 103 DMBlockingType - Describes how to choose variable block sizes 112 …When using `PCVPBJACOBI`, one can choose to block by topological point (all fields at a cell cente…
|
| /petsc/src/tao/unconstrained/impls/ntl/ |
| H A D | ntlimpl.h | 73 choose tau in [gamma3, gamma4] 76 choose tau in [gamma2, gamma3] 83 choose tau in [gamma1, 1.0]
|
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glleadapt.c | 9 …PetscErrorCode (*choose)(TSGLLEAdapt, PetscInt, const PetscInt[], const PetscReal[], const PetscRe… member 195 …PetscUseTypeMethod(adapt, choose, n, orders, errors, cost, cur, h, tleft, next_sc, next_h, finish); in TSGLLEAdaptChoose() 245 adapt->ops->choose = TSGLLEAdaptChoose_None; in TSGLLEAdaptCreate_None() 285 adapt->ops->choose = TSGLLEAdaptChoose_Size; in TSGLLEAdaptCreate_Size() 346 adapt->ops->choose = TSGLLEAdaptChoose_Both; in TSGLLEAdaptCreate_Both()
|
| /petsc/src/tao/unconstrained/impls/nls/ |
| H A D | nlsimpl.h | 118 choose tau in [gamma3, gamma4] 121 choose tau in [gamma2, gamma3] 128 choose tau in [gamma1, 1.0]
|
| /petsc/src/dm/dt/tests/output/ |
| H A D | ex7_1234.out | 5 (0 choose 0): 1 28 (1 choose 0): 1 51 (1 choose 1): 1 90 (2 choose 0): 1 120 (2 choose 1): 2 188 (2 choose 2): 1 232 (3 choose 0): 1 271 (3 choose 1): 3 362 (3 choose 2): 3 446 (3 choose 3): 1 [all …]
|
| /petsc/config/PETSc/options/ |
| H A D | languages.py | 30 '''Choose whether to compile the PETSc library using a C or C++ compiler''' 41 '''Choose whether to compile the PetscDevice code using a C or C++ compiler'''
|
| H A D | memAlign.py | 29 '''Choose memory alignment'''
|
| /petsc/src/sys/tutorials/ |
| H A D | bag.yml | 17 choose: THE_OTHER
|
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bnk.h | 145 choose tau in [gamma3, gamma4] 148 choose tau in [gamma2, gamma3] 155 choose tau in [gamma1, 1.0]
|
| /petsc/src/tao/leastsquares/tutorials/ |
| H A D | tomographyGenerateData.m | 5 sampleName = 'Phantom'; % choose from {'Phantom', 'Brain', ''Golosio', 'circle', 'checkboard', 'fak… 48 …% choose small maxSVDofA to make sure initial step size is not too small. 1.8e-6 and 1e-6 could ma…
|
| /petsc/src/ts/adapt/impls/none/ |
| H A D | adaptnone.c | 25 adapt->ops->choose = TSAdaptChoose_None; in TSAdaptCreate_None()
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | petsc_options.rst | 7 In this way, one can choose the method to be used or set different parameters without changing the …
|
| /petsc/doc/manual/ |
| H A D | versionchecking.md | 55 may be used in the source code to choose different code paths or error out depending on the PETSc v…
|
| /petsc/src/snes/tutorials/ |
| H A D | build.zig | 6 // Standard target options allows the person running `zig build` to choose
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex2.c | 28 local size PETSc will choose a reasonable partition trying in main()
|
| H A D | ex2f.F90 | 31 ! local size PETSc will choose a reasonable partition trying
|
| /petsc/src/ts/adapt/impls/cfl/ |
| H A D | adaptcfl.c | 51 adapt->ops->choose = TSAdaptChoose_CFL; in TSAdaptCreate_CFL()
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex2_help.out | 153 …-ksp_convergence_test: <now default : formerly default> Convergence test (choose one of) default s… 154 …-ksp_norm_type: <now PRECONDITIONED : formerly PRECONDITIONED> KSP Norm type (choose one of) NONE … 256 …-ksp_pc_side: <now LEFT : formerly LEFT> KSP preconditioner side (choose one of) LEFT RIGHT SYMMET… 267 …R> Type of iterative refinement for classical (unmodified) Gram-Schmidt (choose one of) REFINE_NEV… 275 …DEFINITE : formerly POSITIVE_DEFINITE> Type of shift to add to diagonal (choose one of) NONE NONZE…
|
| /petsc/doc/manualpages/doctext/ |
| H A D | html.def | 6 # Many browsers choose a different SIZE font for listing; IE4 gives you
|