Files
JuliaFEM.jl/examples
Jukka Aho 621c861cd6 style(examples): Apply Julia formatter to gmsh_heat_equation.jl
Formatting changes only (no functional changes):
- Remove trailing whitespace after closing braces (lines 33, 75, 81)
- Add spaces around operators in Dict type parameters:
  * Dict{Int, Vector{Float64}} → Dict{Int,Vector{Float64}}
  * Dict{String, Vector{Int}} → Dict{String,Vector{Int}}
  * Tuple{Symbol, Vector{Int}} → Tuple{Symbol,Vector{Int}}
- Add spaces around arithmetic operators:
  * (j-1)*(n+1) → (j - 1) * (n + 1)
  * Similar for all node index calculations
- Remove trailing space after comment text (line 172)

Improves code consistency with Julia style guide
2025-11-09 23:31:21 +02:00
..
2018-06-04 21:29:37 +03:00
2018-09-06 13:34:26 +03:00
2018-09-06 13:34:26 +03:00
2018-09-06 13:34:26 +03:00