Home
last modified time | relevance | path

Searched refs:test_file_path (Results 1 – 3 of 3) sorted by relevance

/honee/src/
H A Dcloptions.c112 …are_final_state_filename", "Test filename", NULL, app_ctx->test_file_path, app_ctx->test_file_path, in ProcessCommandLineOptions()
113 sizeof(app_ctx->test_file_path), NULL)); in ProcessCommandLineOptions()
H A Dmisc.c103 …PetscCheck(strcmp(app_ctx->test_file_path, "") != 0, comm, PETSC_ERR_FILE_READ, "File for regressi… in RegressionTest()
104 PetscCall(PetscViewerBinaryOpen(comm, app_ctx->test_file_path, FILE_MODE_READ, &viewer)); in RegressionTest()
/honee/include/
H A Dnavierstokes.h101 char test_file_path[PETSC_MAX_PATH_LEN]; member