Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/ !
H A Dextchem.c75 …H_LEN], thermofile[PETSC_MAX_PATH_LEN], lchemfile[PETSC_MAX_PATH_LEN], lthermofile[PETSC_MAX_PATH_… in main() local
91 …PetscCall(PetscFileRetrieve(PETSC_COMM_WORLD, thermofile, lthermofile, PETSC_MAX_PATH_LEN, &found)… in main()
92 …WORLD, PETSC_ERR_FILE_OPEN, "Cannot download %s and no local version %s", thermofile, lthermofile); in main()
105 PetscCallTC(TC_initChem(lchemfile, lthermofile, 0, 1.0)); in main()