Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 2 of 2) sorted by relevance

/libCEED/tests/
H A Dt406-qfunction.c22 char file_path[2056] = __FILE__; in main() local
23 char *last_slash = strrchr(file_path, '/'); in main()
25 memcpy(&file_path[last_slash - file_path], "/test-include/", 15); in main()
26 CeedAddJitSourceRoot(ceed, file_path); in main()
/libCEED/examples/fluids/src/
H A Dsetupts.c180 char file_path[PETSC_MAX_PATH_LEN]; in WriteOutput() local
192 …PetscCall(PetscSNPrintf(file_path, sizeof file_path, "%s/ns-%03" PetscInt_FMT ".vtu", user->app_ct… in WriteOutput()
194 …PetscCall(PetscViewerVTKOpen(PetscObjectComm((PetscObject)Q), file_path, FILE_MODE_WRITE, &viewer)… in WriteOutput()
224 …PetscCall(PetscSNPrintf(file_path, sizeof file_path, "%s/ns-solution-%" PetscInt_FMT ".bin", user-… in WriteOutput()
226 …PetscCall(PetscSNPrintf(file_path, sizeof file_path, "%s/ns-solution.bin", user->app_ctx->output_d… in WriteOutput()
228 PetscCall(PetscViewerBinaryOpen(user->comm, file_path, FILE_MODE_WRITE, &viewer)); in WriteOutput()