Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
loganbvh committed Sep 18, 2023
1 parent bc359fc commit d62cf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdgl/solver/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def current_func(t):

new_A_induced = None
if options.include_screening:
A_scale = (ureg("mu_0") / (4 * np.pi) * K0 / Bc2).to_base_units().magnitude
A_scale = (ureg("mu_0") / (4 * 4 * np.pi) * K0 / Bc2).to_base_units().magnitude
areas = A_scale * mesh.areas
edge_centers = mesh.edge_mesh.centers
if use_cupy:
Expand Down

0 comments on commit d62cf09

Please sign in to comment.