mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-17 17:22:10 +00:00
0735206afa
New 118-line minimal test demonstrating complex multi-physics: - Tests 4-field THME system (Temperature, Displacement, Pressure, Electric potential) in under 100 lines of code - Demonstrates all 6 bidirectional couplings (12 coupling blocks) - Shows that complex physics does not require complex code - Validates thermal expansion, Biot poroelasticity, thermal pressurization, electro-osmotic, Seebeck/Peltier, and piezoelectric coupling - Tests simultaneous assembly of all physics in one element loop - Demonstrates type-safe field access and local-to-global mapping Minimal but complete demonstration of multi-field Element API for geothermal, nuclear waste, CO2 sequestration, and smart materials.