Home
last modified time | relevance | path

Searched refs:choose (Results 1 – 25 of 33) sorted by relevance

12

/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/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/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/src/ts/adapt/impls/none/
H A Dadaptnone.c25 adapt->ops->choose = TSAdaptChoose_None; in TSAdaptCreate_None()
/petsc/src/ts/adapt/impls/cfl/
H A Dadaptcfl.c51 adapt->ops->choose = TSAdaptChoose_CFL; in TSAdaptCreate_CFL()
/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/basic/
H A Dadaptbasic.c82 adapt->ops->choose = TSAdaptChoose_Basic; in TSAdaptCreate_Basic()
/petsc/src/snes/tutorials/
H A Dbuild.zig6 // Standard target options allows the person running `zig build` to choose
/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/manualpages/doctext/
H A Dhtml.def6 # Many browsers choose a different SIZE font for listing; IE4 gives you
/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…
H A Dregressor.md69 To choose a regressor type, the user can either call
H A Dother.md977 the file and line that you choose. The variant `:scs find s functionname`
1008 typed a word to bring up a list of potential completions that you can choose
1048 Nature)”. In the setting window, choose “C Project” and specify the
1061 > Under the section “C/C++ General\ :math:`\rightarrow`\ index”, choose
1113 3. Right-click on the project in the project explorer, and choose “Index
1115 4. Right-click on the PETSc symlink in the project explorer, and choose
H A Dsnes.md87 To choose a nonlinear solution method, the user can either call
559 point, there is a single correct way to choose $\delta\lambda$, which follows
/petsc/src/ts/adapt/impls/history/
H A Dadapthist.c183 adapt->ops->choose = TSAdaptChoose_History; in TSAdaptCreate_History()
/petsc/src/ts/adapt/impls/glee/
H A Dadaptglee.c146 adapt->ops->choose = TSAdaptChoose_GLEE; in TSAdaptCreate_GLEE()
/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/tutorials/meshing/
H A Dguide_to_subsurface.md74 … certain label value should have a certain volume. You could, of course, choose a more complex str…
/petsc/src/ts/adapt/impls/dsp/
H A Dadaptdsp.c380 adapt->ops->choose = TSAdaptChoose_DSP; in TSAdaptCreate_DSP()
/petsc/include/petsc/private/
H A Dtsimpl.h341 …PetscErrorCode (*choose)(TSAdapt, TS, PetscReal, PetscInt *, PetscReal *, PetscBool *, PetscReal *… member
/petsc/src/ts/impls/pseudo/
H A Dposindep.c397 adapt->ops->choose = TSAdaptChoose_TSPseudo; in TSAdaptCreate_TSPseudo()
/petsc/src/ts/adapt/interface/
H A Dtsadapt.c953 PetscUseTypeMethod(adapt, choose, ts, h, &scheme, next_h, accept, &wlte, &wltea, &wlter); in TSAdaptChoose()
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md44 … the first step is to write a variational weak form of the equations. We choose to use a Ritz-Gale…
77 …the error can be calculated explicitly. For our Stokes problem, we first choose a solution with qu…
99 By plugging these solutions into our equations, assuming that the velocity we choose is divergence-…
/petsc/doc/developers/
H A Dbuildsystem.md34 currently exist, it is instructive to consider why PETSc would choose to create another

12