Searched refs:XMLSectionDepthPetsc (Results 1 – 1 of 1) sorted by relevance
15 PetscInt XMLSectionDepthPetsc; in PetscViewerXMLStartSection() local19 PetscCall(PetscViewerASCIIGetTab(viewer, &XMLSectionDepthPetsc)); in PetscViewerXMLStartSection()20 PetscCall(PetscCIntCast(XMLSectionDepthPetsc, &XMLSectionDepth)); in PetscViewerXMLStartSection()47 PetscInt XMLSectionDepthPetsc; in PetscViewerXMLEndSection() local51 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() local74 PetscCall(PetscViewerASCIIGetTab(viewer, &XMLSectionDepthPetsc)); in PetscViewerXMLPutString()[all …]