Searched refs:PetscTestFile (Results 1 – 16 of 16) sorted by relevance
| /petsc/src/sys/fileio/ |
| H A D | fretrieve.c | 363 PetscCall(PetscTestFile(url, 'r', found)); in PetscFileRetrieve() 377 PetscCall(PetscTestFile(localname, 'r', found)); in PetscFileRetrieve() 388 PetscCall(PetscTestFile(localname, 'r', found)); in PetscFileRetrieve() 404 PetscCall(PetscTestFile(localname, 'r', found)); in PetscFileRetrieve() 423 PetscCall(PetscTestFile(url, 'r', found)); in PetscFileRetrieve() 444 PetscCall(PetscTestFile(localname, 'r', found)); in PetscFileRetrieve()
|
| H A D | fdir.c | 117 PetscCall(PetscTestFile(loc, 'r', &flg)); in PetscRMTree() 165 PetscCall(PetscTestFile(dir, 'r', &flg)); in PetscRMTree()
|
| H A D | ftest.c | 161 PetscErrorCode PetscTestFile(const char fname[], char mode, PetscBool *flg) in PetscTestFile() function
|
| /petsc/src/sys/tests/ |
| H A D | ex82f.F90 | 12 PetscCallA(PetscTestFile(filename, mode, exists, ierr))
|
| /petsc/src/sys/webclient/ |
| H A D | box.c | 44 PetscCall(PetscTestFile(keyfile, 'r', &exists)); in PetscBoxStartWebServer_Private() 49 PetscCall(PetscTestFile(keyfile, 'r', &exists)); in PetscBoxStartWebServer_Private()
|
| H A D | client.c | 67 PetscCall(PetscTestFile(keyfile, 'r', &exists)); in PetscSSLInitializeContext() 72 PetscCall(PetscTestFile(keyfile, 'r', &exists)); in PetscSSLInitializeContext()
|
| H A D | globus.c | 222 PetscCall(PetscTestFile(filename, 'r', &flg)); in PetscGlobusUpload()
|
| /petsc/src/ts/trajectory/impls/basic/ |
| H A D | trajbasic.c | 119 PetscCall(PetscTestFile(dir, 'r', &flg)); in TSTrajectorySetUp_Basic()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex99.c | 133 PetscCall(PetscTestFile(geo, 'r', &flg)); in main()
|
| /petsc/src/sys/python/ |
| H A D | pythonsys.c | 43 PetscCall(PetscTestFile(pythonlib, 'r', found)); in PetscPythonFindLibraryName()
|
| /petsc/src/sys/dll/ |
| H A D | dl.c | 146 PetscCall(PetscTestFile(par2, 'x', &foundlibrary)); in PetscDLLibraryOpen()
|
| /petsc/src/sys/error/ |
| H A D | adebug.c | 117 PetscCall(PetscTestFile(string, 'x', &exists)); in PetscCheckDebugger_Private()
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 423 PetscCall(PetscTestFile(hdf5->filename, 'r', &flg)); in PetscViewerFileSetName_HDF5() 433 PetscCall(PetscTestFile(hdf5->filename, 'r', &flg)); in PetscViewerFileSetName_HDF5()
|
| /petsc/src/sys/classes/viewer/impls/binary/ |
| H A D | binv.c | 1408 PetscCall(PetscTestFile(fname, '\0', &found)); in PetscViewerFileSetUp_BinarySTDIO()
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 680 PetscCall(PetscTestFile(appline, 'r', &rootlocal)); in PetscInitializeSAWs()
|
| /petsc/include/ |
| H A D | petscsys.h | 2489 PETSC_EXTERN PetscErrorCode PetscTestFile(const char[], char, PetscBool *);
|