Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex231.cxx64 std::ifstream dof_file(file[proc_id]); in main() local
65 …PetscCheck(dof_file.good(), PETSC_COMM_SELF, PETSC_ERR_FILE_OPEN, "Could not open file %s", file[p… in main()
66 while (std::getline(dof_file, line)) { in main()