eol at eof
This commit is contained in:
parent
a379d8b794
commit
d7e53608b7
1 changed files with 1 additions and 1 deletions
|
|
@ -175,4 +175,4 @@ def cg_solver(omega, dxes, J, epsilon, mu=None, pec=None, pmc=None, adjoint=Fals
|
||||||
# Remember we conjugated all the contents of A earlier
|
# Remember we conjugated all the contents of A earlier
|
||||||
A0 = A0.T
|
A0 = A0.T
|
||||||
print('Post-everything residual:', norm(A0 @ x - b) / norm(b))
|
print('Post-everything residual:', norm(A0 @ x - b) / norm(b))
|
||||||
return x
|
return x
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue