mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-29 07:32:54 +00:00
ae9e7e3727
- Implement add_dirichlet! for essential BCs (prescribed values) - Implement add_neumann! for natural BCs (forces/tractions) - Support multiple nodes and DOF components in single call - Store BCs in physics.bc_dirichlet and physics.bc_neumann - Add usage examples for common BC patterns - 86 lines with complete method implementations