| /petsc/lib/petsc/bin/ |
| H A D | petscdiff | 3 # Replaces floating point numbers with XXX and then does a diff 12 Replaces floating point numbers with XXX and then does a diff 133 …XXX/g" ${file1} | ${SED} "s/E+000//g" | ${SED} "s/[-+ ]*[-]*[ 0-9][0-9]*\.*[0-9]*[eE][-+][0-9][0-9… 135 …XXX/g" ${file2} | ${SED} "s/E+000//g" | ${SED} "s/[-+ ]*[-]*[ 0-9][0-9]*\.*[0-9]*[eE][-+][0-9][0-9…
|
| H A D | getAPI.py | 465 # for finding xxx (*yyy)([const] zzz, ...) 470 # for rejecting (**func), (*indices)[3], (*monitor[X]), and xxx (*)(yyy) 520 # find arguments that return a function pointer (**xxx) 524 #print('Opaque due to (**xxx) argument ' + line) 530 #print('Opaque due to (*xxx][n] argument ' + line) 532 # find arguments such as PetscInt (*indices[XXX]) 536 #print('Opaque due to (*xxx[yyy]) argument ' + line) 544 # find all function pointers in the arguments xxx (*yyy)(zzz) and convert them to external yyy
|
| /petsc/doc/changes/ |
| H A D | 2024.md | 140 - Changed `MatOrder`xxx to `MatOrdering`xxx; changed 142 - Changed `Mat`xxx`Reordering`xxx to 143 `Mat`xxx`Ordering`xxx changed command line option 146 - Changed `Partitioning`xxx to `MatPartitioning`xxx 160 using it for any purpose. The `VecCreate`xxx() routines (e.g.,
|
| H A D | 324.md | 22 - Add support for `--download-xxx`, `--with-xxx`, and `-with-xxx-dir` for Python packages that inst…
|
| H A D | 36.md | 198 include/finclude. Thus replace uses of #include "finclude/xxx.h" 199 with #include "petsc/finclude/xxx.h". Reason for change: to
|
| /petsc/src/sys/tests/ |
| H A D | ex47-include.yaml | 4 xxx: 7 xxx:
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_mat_aij.py | 110 return # XXX 127 return # XXX 170 return # XXX 239 return # XXX 249 return # XXX 277 return # XXX 301 return # XXX 303 return # XXX 330 return # XXX 346 return # XXX [all …]
|
| /petsc/src/sys/webclient/ |
| H A D | google.c | 30 . -google_refresh_token XXX - where XXX was obtained from `PetscGoogleDriveAuthorize()` 93 . -google_refresh_token XXX - pass the access token for the operation 97 With PETSc option -google_refresh_token XXX given 100 Without PETSc option -google_refresh_token XXX given 103 With PETSc option -google_refresh_token XXX given 205 PETSc programs with `-google_refresh_token XXX`
|
| H A D | box.c | 90 in the future pass it to PETSc programs with `-box_refresh_token XXX` 197 …eck(set, PETSC_COMM_SELF, PETSC_ERR_LIB, "Must provide refresh token with -box_refresh_token XXX"); in PetscBoxRefresh() 242 . -box_refresh_token XXX - the token value 246 With PETSc option -box_refresh_token XXX given 249 Without PETSc option -box_refresh_token XXX given 252 With PETSc option -box_refresh_token XXX given
|
| H A D | globus.c | 150 …lobus access token, if `NULL` will check in options database for -globus_access_token XXX otherwise 179 …et, PETSC_COMM_SELF, PETSC_ERR_USER, "Pass in Globus accesstoken or use -globus_access_token XXX"); in PetscGlobusGetTransfers() 200 …ed with `PetscGlobusAuthorize()`, pass `NULL` to use `-globus_access_token XXX` from the PETSc dat… 204 . -globus_access_token XXX - the Globus token 232 …et, PETSC_COMM_SELF, PETSC_ERR_USER, "Pass in Globus accesstoken or use -globus_access_token XXX"); in PetscGlobusUpload()
|
| /petsc/doc/ext/ |
| H A D | html5_petsc.py | 74 Replaces any string XXX that matches a manual page name with 75 <a href="PETSC_DOC_OUT_ROOT_PLACEHOLDER/manualpages/YY/XXX.html">XXX</a> 77 <a href="PETSC_DOC_OUT_ROOT_PLACEHOLDER/manualpages/YY/XXX">XXX</a>
|
| /petsc/doc/developers/ |
| H A D | callbacks.md | 14 `DMXXX` object (`XXX` is `KSP`, `SNES`, or `TS`) that is 15 attached to the `DM` that is attached to the `XXX` solver object. 19 `XXX`/`DM` objects share a common `DMXXX` object. 85 `DM` level. Thus, `XXXSetY(XXX,...)` has a routine
|
| /petsc/doc/manual/ |
| H A D | versionchecking.md | 38 $ $PETSC_DIR/lib/petsc/bin/petscversion eq xxx.yyy[.zzz] 41 prints out 1 if the PETSc version matches `xxx.yyy[.zzz]` and 0 otherwise. The command works in a s…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Sys.pyx | 86 # --- xxx --- 114 # --- xxx --- 153 # --- xxx --- 259 # --- xxx --- 329 # --- xxx ---
|
| /petsc/doc/install/ |
| H A D | install_tutorial.md | 38 xxx=========================================================================xxx 41 xxx=========================================================================xxx 251 xxx=========================================================================xxx 254 xxx=========================================================================xxx
|
| /petsc/src/sys/webclient/tutorials/ |
| H A D | globusobtaintransfers.c | 4 …You can run PETSc programs with -globus_access_token XXXX where XXX is the access token to access …
|
| H A D | boxupload.c | 2 …Run with -box_refresh_token XXX to allow access to Box or else it will prompt you to enter log in …
|
| H A D | googledriveupload.c | 2 …Run with -google_refresh_token XXX to allow access to your Google Drive or else it will prompt you…
|
| H A D | boxobtainrefreshtoken.c | 4 …You can run PETSc programs with -box_refresh_token XXXX where XXX is the refresh token to access y…
|
| H A D | googleobtainrefreshtoken.c | 6 …You can run PETSc programs with -google_refresh_token XXXX where XXX is the refresh token to acces…
|
| /petsc/src/sys/classes/viewer/impls/pyvista/ |
| H A D | pyvistaviewer.c | 18 XXXView(XXX object, PETSC_VIEWER_PYVISTA_(comm));
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-cython/ |
| H A D | setup.py | 27 if PETSC_ARCH: pass # XXX should warn ...
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/ |
| H A D | setup.py | 31 if PETSC_ARCH: pass # XXX should warn ...
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-swig/ |
| H A D | setup.py | 33 if PETSC_ARCH: pass # XXX should warn ...
|
| /petsc/src/sys/classes/viewer/impls/ams/ |
| H A D | ams.c | 25 XXXView(XXX object, PETSC_VIEWER_SAWS_(comm));
|