예제 #1
0
 def view(self):
     """
     Generate a representation of the Iteration/Expression tree rooted in ``self``.
     """
     from devito.ir.iet.visitors import printAST
     return printAST(self)
예제 #2
0
파일: nodes.py 프로젝트: speglich/devito
 def view(self):
     """A representation of the IET rooted in ``self``."""
     from devito.ir.iet.visitors import printAST
     return printAST(self)