4 Commits

Author SHA1 Message Date
nebmit
7331e45eea
feat: added DynamicSimulation.jl
Added dynamic simulation for use with distributed systems and incremental simulations
Added module based exports
Added test for distributed systems

[skip ci]
2023-12-04 08:23:11 +01:00
nebmit
51705e3eef
perf: optimize FTCS calculation for enhanced performance
Refactored calculation functions to combine and simplify logic.
Revised functions to accept direct parameters instead of operating on the entire grid.
Resulted in significant performance improvements through enhanced compiler optimization.

[skip ci]
2023-11-30 16:09:03 +01:00
nebmit
97e318ff5d
perf: added threading
[skip ci]
2023-11-30 15:09:39 +01:00
nebmit
2b478c1dd4
feat: added julia FTCS implementation 2023-11-30 13:53:39 +01:00