Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/ !
H A Dcloptions.c62 …are_final_state_filename", "Test filename", NULL, app_ctx->test_file_path, app_ctx->test_file_path, in ProcessCommandLineOptions()
63 sizeof(app_ctx->test_file_path), NULL)); in ProcessCommandLineOptions()
H A Dmisc.c152 …PetscCheck(strcmp(app_ctx->test_file_path, "") != 0, comm, PETSC_ERR_FILE_READ, "File for regressi… in RegressionTest()
153 PetscCall(PetscViewerBinaryOpen(comm, app_ctx->test_file_path, FILE_MODE_READ, &viewer)); in RegressionTest()
/libCEED/examples/fluids/ !
H A Dnavierstokes.h109 char test_file_path[PETSC_MAX_PATH_LEN]; member