Searched refs:PetscGetFullPath (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/tests/ ! |
| H A D | ex31.c | 24 PetscCall(PetscGetFullPath("~/somefile", fpath, sizeof(fpath))); in main() 27 PetscCall(PetscGetFullPath("someotherfile", fpath, sizeof(fpath))); in main()
|
| /petsc/src/sys/fileio/ ! |
| H A D | fpath.c | 28 PetscErrorCode PetscGetFullPath(const char path[], char fullpath[], size_t flen) in PetscGetFullPath() function
|
| /petsc/src/sys/error/ ! |
| H A D | adebug.c | 347 PetscCall(PetscGetFullPath(program, fullprogram, sizeof(fullprogram))); in PetscAttachDebugger()
|
| /petsc/include/ ! |
| H A D | petscsys.h | 2484 PETSC_EXTERN PetscErrorCode PetscGetFullPath(const char[], char[], size_t);
|
| /petsc/src/sys/objects/ ! |
| H A D | options.c | 474 PetscCall(PetscGetFullPath(fpath, fname, sizeof(fname))); in PetscOptionsInsertFilePetsc()
|