save subgrid fields on each timestep

这个提交包含在:
John Hartley
2019-08-23 16:37:56 +01:00
父节点 d80489e786
当前提交 e31e5184e1
共有 7 个文件被更改,包括 18 次插入332 次删除

查看文件

@@ -29,16 +29,9 @@ class CPUUpdates:
self.dispersive_update_a = None
self.dispersive_update_b = None
def store_outputs(self, iteration):
def store_outputs(self):
# Store field component values for every receiver and transmission line
store_outputs(iteration,
self.grid.Ex,
self.grid.Ey,
self.grid.Ez,
self.grid.Hx,
self.grid.Hy,
self.grid.Hz,
self.grid)
store_outputs(self.grid)
def store_snapshots(self, iteration):
# Store any snapshots