Home
last modified time | relevance | path

Searched refs:PetscTestFile (Results 1 – 16 of 16) sorted by relevance

/petsc/src/sys/fileio/
H A Dfretrieve.c363 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 Dfdir.c117 PetscCall(PetscTestFile(loc, 'r', &flg)); in PetscRMTree()
165 PetscCall(PetscTestFile(dir, 'r', &flg)); in PetscRMTree()
H A Dftest.c161 PetscErrorCode PetscTestFile(const char fname[], char mode, PetscBool *flg) in PetscTestFile() function
/petsc/src/sys/tests/
H A Dex82f.F9012 PetscCallA(PetscTestFile(filename, mode, exists, ierr))
/petsc/src/sys/webclient/
H A Dbox.c44 PetscCall(PetscTestFile(keyfile, 'r', &exists)); in PetscBoxStartWebServer_Private()
49 PetscCall(PetscTestFile(keyfile, 'r', &exists)); in PetscBoxStartWebServer_Private()
H A Dclient.c67 PetscCall(PetscTestFile(keyfile, 'r', &exists)); in PetscSSLInitializeContext()
72 PetscCall(PetscTestFile(keyfile, 'r', &exists)); in PetscSSLInitializeContext()
H A Dglobus.c222 PetscCall(PetscTestFile(filename, 'r', &flg)); in PetscGlobusUpload()
/petsc/src/ts/trajectory/impls/basic/
H A Dtrajbasic.c119 PetscCall(PetscTestFile(dir, 'r', &flg)); in TSTrajectorySetUp_Basic()
/petsc/src/dm/impls/plex/tests/
H A Dex99.c133 PetscCall(PetscTestFile(geo, 'r', &flg)); in main()
/petsc/src/sys/python/
H A Dpythonsys.c43 PetscCall(PetscTestFile(pythonlib, 'r', found)); in PetscPythonFindLibraryName()
/petsc/src/sys/dll/
H A Ddl.c146 PetscCall(PetscTestFile(par2, 'x', &foundlibrary)); in PetscDLLibraryOpen()
/petsc/src/sys/error/
H A Dadebug.c117 PetscCall(PetscTestFile(string, 'x', &exists)); in PetscCheckDebugger_Private()
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c423 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 Dbinv.c1408 PetscCall(PetscTestFile(fname, '\0', &found)); in PetscViewerFileSetUp_BinarySTDIO()
/petsc/src/sys/objects/
H A Dpinit.c680 PetscCall(PetscTestFile(appline, 'r', &rootlocal)); in PetscInitializeSAWs()
/petsc/include/
H A Dpetscsys.h2489 PETSC_EXTERN PetscErrorCode PetscTestFile(const char[], char, PetscBool *);