This solution focuses on solving heat transfer equation
The image bellow shows heat-map generated based on found function. This code can be easily changed to suit many more examples.
- PolygonOps
Used for point in concave polygon detection while building mesh. - ForwardDiff
Used for AD in order to increase precision of derivative based calculations. - HCubature
Used for multi-dimensional adaptive integration - Plots
Used for plotting heat-map
You have to install all required dependencies.
open julia
and type
] activate .
] instantiate