Home
last modified time | relevance | path

Searched refs:PetscFileRetrieve (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/tests/
H A Dex51.c21 PetscCall(PetscFileRetrieve(PETSC_COMM_WORLD, url, localname, PETSC_MAX_PATH_LEN, &found)); in main()
/petsc/src/ts/tutorials/
H A Dextchem.c88 PetscCall(PetscFileRetrieve(PETSC_COMM_WORLD, chemfile, lchemfile, PETSC_MAX_PATH_LEN, &found)); in main()
91 …PetscCall(PetscFileRetrieve(PETSC_COMM_WORLD, thermofile, lthermofile, PETSC_MAX_PATH_LEN, &found)… in main()
102 PetscCall(PetscFileRetrieve(PETSC_COMM_WORLD, periodic, lperiodic, PETSC_MAX_PATH_LEN, &found)); in main()
/petsc/src/sys/dll/
H A Ddl.c79 PetscCall(PetscFileRetrieve(comm, par2, lname, llen, found)); in PetscDLLibraryRetrieve()
92 PetscCall(PetscFileRetrieve(comm, par2, lname, llen, found)); in PetscDLLibraryRetrieve()
/petsc/src/sys/fileio/
H A Dfretrieve.c336 PetscErrorCode PetscFileRetrieve(MPI_Comm comm, const char url[], char localname[], size_t llen, Pe… in PetscFileRetrieve() function
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c1398 …PetscCall(PetscFileRetrieve(PetscObjectComm((PetscObject)viewer), fname, bname, PETSC_MAX_PATH_LEN… in PetscViewerFileSetUp_BinarySTDIO()
1437 …PetscCall(PetscFileRetrieve(PetscObjectComm((PetscObject)viewer), iname, infoname, PETSC_MAX_PATH_… in PetscViewerFileSetUp_BinaryInfo()
/petsc/include/
H A Dpetscsys.h2523 PETSC_EXTERN PetscErrorCode PetscFileRetrieve(MPI_Comm, const char[], char[], size_t, PetscBool *);