Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/
H A Dnetworkview.c96 FILE *processFile = NULL; in DMView_Network_Matplotlib() local
252 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()