Home
last modified time | relevance | path

Searched full:choose (Results 1 – 25 of 142) sorted by relevance

123456

/petsc/src/tao/unconstrained/impls/ntr/
H A Dntrimpl.h48 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 Ddtaltv.c17 … 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 Dperformance_xml2html.xsl243 <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 Dex5_1.out13 choose = THAT; (EnumeratedChoices) Express yourself by choosing among enumerated things
26 choose = THAT; (EnumeratedChoices) Express yourself by choosing among enumerated things
H A Dex5_yaml.out13 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 Dpetscdt.h246 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 Dpetscdmtypes.h103 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 Dntlimpl.h73 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 Dglleadapt.c9 …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 Dnlsimpl.h118 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 Dex7_1234.out5 (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 Dlanguages.py30 '''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 DmemAlign.py29 '''Choose memory alignment'''
/petsc/src/sys/tutorials/
H A Dbag.yml17 choose: THE_OTHER
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h145 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 DtomographyGenerateData.m5 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 Dadaptnone.c25 adapt->ops->choose = TSAdaptChoose_None; in TSAdaptCreate_None()
/petsc/src/binding/petsc4py/docs/source/
H A Dpetsc_options.rst7 In this way, one can choose the method to be used or set different parameters without changing the …
/petsc/doc/manual/
H A Dversionchecking.md55 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 Dbuild.zig6 // Standard target options allows the person running `zig build` to choose
/petsc/src/vec/vec/tutorials/
H A Dex2.c28 local size PETSc will choose a reasonable partition trying in main()
H A Dex2f.F9031 ! local size PETSc will choose a reasonable partition trying
/petsc/src/ts/adapt/impls/cfl/
H A Dadaptcfl.c51 adapt->ops->choose = TSAdaptChoose_CFL; in TSAdaptCreate_CFL()
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out153 …-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 Dhtml.def6 # Many browsers choose a different SIZE font for listing; IE4 gives you

123456