Skip to content

Commit

Permalink
remove stderr in thermal_simple
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Oct 11, 2023
1 parent 1b17ca2 commit e9e2669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/julia/thermal_simple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ using Femwell.Thermal
# For the boundary conditions, we tag the left and the right side of the model.
# Furthermore, we create a function which returns 1 indipendent of the tag which is the parameter to descrie the constants of the simplified model.

# %% tags=["hide-output"]
# %% tags=["hide-output", "remove-stderr"]
domain = (0, 1, 0, 1)
partition = (20, 20)
model = CartesianDiscreteModel(domain, partition)
Expand Down

0 comments on commit e9e2669

Please sign in to comment.