Home
last modified time | relevance | path

Searched full:xxx (Results 1 – 25 of 107) sorted by relevance

12345

/petsc/lib/petsc/bin/
H A Dpetscdiff3 # Replaces floating point numbers with XXX and then does a diff
12 Replaces floating point numbers with XXX and then does a diff
133XXX/g" ${file1} | ${SED} "s/E+000//g" | ${SED} "s/[-+ ]*[-]*[ 0-9][0-9]*\.*[0-9]*[eE][-+][0-9][0-9…
135XXX/g" ${file2} | ${SED} "s/E+000//g" | ${SED} "s/[-+ ]*[-]*[ 0-9][0-9]*\.*[0-9]*[eE][-+][0-9][0-9…
H A DgetAPI.py465 # 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 D2024.md140 - 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 D324.md22 - Add support for `--download-xxx`, `--with-xxx`, and `-with-xxx-dir` for Python packages that inst…
H A D36.md198 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 Dex47-include.yaml4 xxx:
7 xxx:
/petsc/src/binding/petsc4py/test/
H A Dtest_mat_aij.py110 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 Dgoogle.c30 . -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 Dbox.c90 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 Dglobus.c150 …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 Dhtml5_petsc.py74 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 Dcallbacks.md14 `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 Dversionchecking.md38 $ $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 DSys.pyx86 # --- xxx ---
114 # --- xxx ---
153 # --- xxx ---
259 # --- xxx ---
329 # --- xxx ---
/petsc/doc/install/
H A Dinstall_tutorial.md38 xxx=========================================================================xxx
41 xxx=========================================================================xxx
251 xxx=========================================================================xxx
254 xxx=========================================================================xxx
/petsc/src/sys/webclient/tutorials/
H A Dglobusobtaintransfers.c4 …You can run PETSc programs with -globus_access_token XXXX where XXX is the access token to access …
H A Dboxupload.c2 …Run with -box_refresh_token XXX to allow access to Box or else it will prompt you to enter log in …
H A Dgoogledriveupload.c2 …Run with -google_refresh_token XXX to allow access to your Google Drive or else it will prompt you…
H A Dboxobtainrefreshtoken.c4 …You can run PETSc programs with -box_refresh_token XXXX where XXX is the refresh token to access y…
H A Dgoogleobtainrefreshtoken.c6 …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 Dpyvistaviewer.c18 XXXView(XXX object, PETSC_VIEWER_PYVISTA_(comm));
/petsc/src/binding/petsc4py/demo/legacy/wrap-cython/
H A Dsetup.py27 if PETSC_ARCH: pass # XXX should warn ...
/petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/
H A Dsetup.py31 if PETSC_ARCH: pass # XXX should warn ...
/petsc/src/binding/petsc4py/demo/legacy/wrap-swig/
H A Dsetup.py33 if PETSC_ARCH: pass # XXX should warn ...
/petsc/src/sys/classes/viewer/impls/ams/
H A Dams.c25 XXXView(XXX object, PETSC_VIEWER_SAWS_(comm));

12345