示例#1
0
文件: grid.py 项目: shelling/yafdtd
 def plot_h():
     utils.plot(self,hfield, name)
     return self
示例#2
0
文件: grid.py 项目: shelling/yafdtd
 def plot_e(self, name):
     utils.plot(self.efield, name)
     return self