mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-20 20:22:03 +00:00
d6babcdaea
New file: examples/gmsh_heat_equation/gmsh_heat_equation.jl (225 lines) Complete workflow demonstration: - Step 1: Mesh generation (10×10 structured grid, 200 Tri3 elements) - Step 2: Element creation with thermal conductivity property - Step 3: FEM assembly (stiffness matrix K) - Step 4: Matrix extraction for external solvers (DifferentialEquations.jl) - Step 5: Solver configuration Problem: ∂u/∂t = α∇²u on unit square BC: u=0 on left edge, natural BC elsewhere Shows exactly what Chris Rackauckas requested in Issue #183: a) Spatial discretization b) Stiffness matrix assembly c) Extracting K, M, f for external ODE solvers Academic usage: demonstrates JuliaFEM as discretization engine