Searched refs:PetscViewerXMLPutInt (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | xmlviewer.c | 84 static PetscErrorCode PetscViewerXMLPutInt(PetscViewer viewer, const char *name, const char *desc, … in PetscViewerXMLPutInt() function 134 PetscCall(PetscViewerXMLPutInt(viewer, "nprocesses", "Number of processes", size)); in PetscPrintExeSpecs() 181 …PetscCall(PetscViewerXMLPutInt(viewer, "maxrank", "rank at which max was found", (PetscMPIInt)max[… in PetscPrintXMLGlobalPerformanceElement() 271 PetscCall(PetscViewerXMLPutInt(viewer, "minloc", NULL, minLoc)); in PetscPrintXMLNestedLinePerfResults() 272 PetscCall(PetscViewerXMLPutInt(viewer, "maxloc", NULL, maxLoc)); in PetscPrintXMLNestedLinePerfResults()
|