(self, snap=False)
| 4729 | return np.stack([x, y, z], axis=-1) |
| 4730 | |
| 4731 | def get_efield_x(self, snap=False): |
| 4732 | return self.get_array(mp.Ex, cmplx=not self.fields.is_real, snap=snap) |
| 4733 | |
| 4734 | def get_efield_y(self, snap=False): |
| 4735 | return self.get_array(mp.Ey, cmplx=not self.fields.is_real, snap=snap) |
no test coverage detected