Lines Matching refs:XMLSectionDepthPetsc

15   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()
75 PetscCall(PetscCIntCast(XMLSectionDepthPetsc, &XMLSectionDepth)); in PetscViewerXMLPutString()
86 PetscInt XMLSectionDepthPetsc; in PetscViewerXMLPutInt() local
90 PetscCall(PetscViewerASCIIGetTab(viewer, &XMLSectionDepthPetsc)); in PetscViewerXMLPutInt()
91 PetscCall(PetscCIntCast(XMLSectionDepthPetsc, &XMLSectionDepth)); in PetscViewerXMLPutInt()
102 PetscInt XMLSectionDepthPetsc; in PetscViewerXMLPutDouble() local
107 PetscCall(PetscViewerASCIIGetTab(viewer, &XMLSectionDepthPetsc)); in PetscViewerXMLPutDouble()
108 PetscCall(PetscCIntCast(XMLSectionDepthPetsc, &XMLSectionDepth)); in PetscViewerXMLPutDouble()