Skip to content

Commit

Permalink
decrease some B mesh refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelyndunnell committed Dec 20, 2024
1 parent e0b1eed commit 04a2e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hisp/festim_models/mb_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def make_B_mb_model(

vertices = np.concatenate( # 1D mesh with extra refinement
[
np.linspace(0, 5e-9, num=300),
np.linspace(0, 5e-9, num=200),
np.linspace(5e-9, 1e-8, num=500),
np.linspace(1e-8, L, num=300),
]
Expand Down

0 comments on commit 04a2e2c

Please sign in to comment.