Skip to content

Commit

Permalink
finer mesh for heater example
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Nov 2, 2023
1 parent 50f86ee commit e186c8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/julia/heater_3d_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
)

resolutions = {
"core": {"resolution": 0.3},
"via2": {"resolution": 0.3},
"via1": {"resolution": 0.3},
"heater": {"resolution": 0.5},
"core": {"resolution": 0.2},
"via2": {"resolution": 0.2},
"via1": {"resolution": 0.2},
"heater": {"resolution": 0.4},
}
geometry = get_mesh(
type="3D",
component=c,
layer_stack=layerstack,
resolutions=resolutions,
filename="mesh.msh",
default_characteristic_length=2,
default_characteristic_length=0.6,
# global_3D_algorithm=10,
# verbosity=5,
global_scaling=1e-6,
Expand Down

0 comments on commit e186c8f

Please sign in to comment.