Searched refs:thermofile (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | extchem.c | 75 …char chemfile[PETSC_MAX_PATH_LEN], thermofile[PETSC_MAX_PATH_LEN], lchemfile[PETSC_MA… in main() local 90 …cOptionsString("-thermo", "NASA thermo input file", "", thermofile, thermofile, sizeof(thermofile)… in main() 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()
|
| H A D | extchemfield.c | 96 …char chemfile[PETSC_MAX_PATH_LEN] = "chem.inp", thermofile[PETSC_MAX_PATH_LEN] = "the… in main() local 107 …cOptionsString("-thermo", "NASA thermo input file", "", thermofile, thermofile, sizeof(thermofile)… in main() 121 PetscCallTC(TC_initChem(chemfile, thermofile, 0, 1.0)); in main()
|