diff --git a/opencl_fdfd/main.py b/opencl_fdfd/main.py index e41f6fa..b3dfc3f 100644 --- a/opencl_fdfd/main.py +++ b/opencl_fdfd/main.py @@ -172,3 +172,4 @@ def cg_solver(omega, dxes, J, epsilon, mu=None, pec=None, pmc=None, adjoint=Fals A0 = A0.T print('Post-everything residual:', norm(A0 @ x - b) / norm(b)) return x +