Searched refs:processFile (Results 1 – 1 of 1) sorted by relevance
96 FILE *processFile = NULL; in DMView_Network_Matplotlib() local252 PetscCall(PetscPOpen(comm, NULL, proccall, "r", &processFile)); in DMView_Network_Matplotlib()253 if (processFile != NULL) { in DMView_Network_Matplotlib()254 …while (fgets(buffer, sizeof(buffer), processFile) != NULL) PetscCall(PetscPrintf(comm, "%s", buffe… in DMView_Network_Matplotlib()256 PetscCall(PetscPClose(comm, processFile)); in DMView_Network_Matplotlib()