Home
last modified time | relevance | path

Searched refs:possible (Results 1 – 25 of 53) sorted by relevance

123

/petsc/share/petsc/saws/js/
H A DdrawDiagrams.js69 … var possible = drawDiagrams(data,childEndtag,targetEndtag,x+size+20+146,y+i*side);
70 if(possible != "") {//don't draw the arrow if there is no diagram following
72 ret += possible;
134 var possible = drawDiagrams(data,endtag+"_"+selectedChild,targetEndtag,new_x+146,new_y);
135 if(possible != "") {//only add the arrow if something was actually drawn
137 ret += possible;
/petsc/doc/community/meetings/
H A Dmeeting.md12 - Celebrate science achievements made possible by advances to PETSc's features and
23 advances in state-of-the-art software, making possible more accurate, predictive
/petsc/doc/manualpages/doctext/
H A Dmyst.def6 # be cleaner to use MyST-native syntax where possible.
/petsc/share/petsc/matlab/
H A DgeneratePetscTestFiles.m56 % We need to again write all possible formats
86 % We need to again write all possible formats
120 % We need to again write all possible formats
/petsc/src/sys/yaml/src/
H A Dscanner.c828 if (simple_key->possible in yaml_parser_fetch_more_tokens()
1069 if (simple_key->possible in yaml_parser_stale_simple_keys()
1081 simple_key->possible = 0; in yaml_parser_stale_simple_keys()
1112 simple_key.possible = 1; in yaml_parser_save_simple_key()
1135 if (simple_key->possible) in yaml_parser_remove_simple_key()
1148 simple_key->possible = 0; in yaml_parser_remove_simple_key()
1688 if (simple_key->possible) in yaml_parser_fetch_value()
1708 simple_key->possible = 0; in yaml_parser_fetch_value()
/petsc/src/binding/petsc4py/docs/source/
H A Dpetsc_options.rst27 When the above initialization method is not possible, PETSc options can be also specified via envir…
/petsc/doc/community/
H A Dmailing.md57 - Detailed steps to recreate the problem if possible.
127 in the list discussions. However, it is possible to post to the lists without
/petsc/doc/changes/
H A D216.md8 possible PETSC_ARCHes to use
H A D324.md35 - Deprecate `MPIU_BOOL` in favor of `MPI_C_BOOL`. This is now possible since `PetscBool` is now a C…
216 - Remove the `./configure` option `-with-fortran-type-initialize=0`. Hence, it is now not possible
H A D221.md45 - If matrix is symmetric, PC defaults to ICC when possible, if you
H A Ddev.md110 - Add `TSPseudoComputeFunction()` to get nonlinear residual while avoiding recalculation if possible
/petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/
H A Dperf_profile.m55 % Other colors, lines, and markers are easily possible:
/petsc/doc/developers/
H A Dstyle.md104 that use `PetscCount` for count arguments and use the large count MPI versions when possible.
105 When not possible they first check the size of the input count arguments and error if they
134 on the same line if possible; otherwise, they should be listed on adjacent lines. Note
148 03. Local variables should be initialized in their declaration when possible
326 07. Avoid `#ifdef` or `#ifndef` when possible. Rather, use `#if defined` or `#if
436 05. When possible, use `PetscDefined()` instead of preprocessor conditionals.
H A Ddocumentation.md9 …ke a bonsai tree: alive, on display, frequently tended, and as small as possible (adapted from [th…
73 …For robustness to changes in the source files, Use `:start-at:` and related options when possible,…
204 - Whenever possible, use SVG files. SVG is a web-friendly vector format and will be automatically c…
H A Dtesting.md48 - An output file that represents the *expected results*. It is also possible -- though unusual -- t…
86 - as minimal as possible with the simplest test requiring only one keyword,
239 which they are defined in the `TEST` block. Thus it is possible for later variables
300 It is possible (and encouraged!) to test error conditions within the test harness. Since
325 **gracefully** exit where possible. For single-ranked runs this means returning with
995 2. Be as lightweight as possible and easily fit within the PETSc build chain
/petsc/src/sys/yaml/include/
H A Dyaml.h686 int possible; member
/petsc/doc/manual/
H A Ddmbase.md23 It is possible to create a `DM` with
H A Dperformance.md66 `$PETSC_DIR`. The output provides an overview of the possible speedup
85 Estimation of possible speedup of MPI programs based on Streams benchmark.
116 only possible if the data is distributed across the different memory
374 to sockets while placing ranks as close together as possible within
504 - When possible, use `VecMDot()` rather than a series of calls to
604 Data structures should be reused whenever possible. For example, if a
H A Dblas-lapack.md65 …blis`. This is recommended as a portable high-performance option. It is possible if you use `--dow…
H A Dadvanced.md186 the symbolic and numeric factorization stages. It is possible to reuse
276 context with the command `KSPGetPC()`. It is possible to create,
H A Dprofiling.md47 output or an ASCII file at the conclusion of a program. See `PetscLogView()` for all the possible
128 If this is problematic then it is also possible to examine
317 It is also possible to use the *Jumpshot* package
341 It is possible to output the PETSc logging information in a nested format
H A Dvec.md280 It is also possible to create vectors that use an array the user provides rather than having PETSc …
310 complicated to make it possible to write efficient parallel
372 It is also possible to interact directly with the arrays that the vector values are stored
449 For parallel vectors, either CPU or GPU-based, it is possible to determine a process’s local range …
803 `InsertMode` can be `ADD_VALUES` or `INSERT_VALUES` among other possible values.
1035 reuse such information when possible.
1463 It is also possible to move `leafdata` to `rootdata` using
/petsc/doc/install/
H A Ddownload.md52 possible, to upgrade to the latest version of PETSc.
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A DREADME.rst59 possible for you to express your constraint in terms of normal C/C++ code, **then do that
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSF.pyx165 Number of root vertices on the current process (these are possible
201 Number of root vertices on the current process (these are possible

123