Home
last modified time | relevance | path

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

/petsc/src/sys/logging/handler/impls/nested/
H A Dxmlviewer.c15 PetscInt XMLSectionDepthPetsc; in PetscViewerXMLStartSection() local
19 PetscCall(PetscViewerASCIIGetTab(viewer, &XMLSectionDepthPetsc)); in PetscViewerXMLStartSection()
20 PetscCall(PetscCIntCast(XMLSectionDepthPetsc, &XMLSectionDepth)); in PetscViewerXMLStartSection()
47 PetscInt XMLSectionDepthPetsc; in PetscViewerXMLEndSection() local
51 PetscCall(PetscViewerASCIIGetTab(viewer, &XMLSectionDepthPetsc)); in PetscViewerXMLEndSection()
52 PetscCall(PetscCIntCast(XMLSectionDepthPetsc, &XMLSectionDepth)); in PetscViewerXMLEndSection()
54 PetscCall(PetscViewerASCIIGetTab(viewer, &XMLSectionDepthPetsc)); in PetscViewerXMLEndSection()
55 PetscCall(PetscCIntCast(XMLSectionDepthPetsc, &XMLSectionDepth)); in PetscViewerXMLEndSection()
70 PetscInt XMLSectionDepthPetsc; in PetscViewerXMLPutString() local
74 PetscCall(PetscViewerASCIIGetTab(viewer, &XMLSectionDepthPetsc)); in PetscViewerXMLPutString()
[all …]