Skip to content

Pan-Maciek/FEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problem description

This solution focuses on solving heat transfer equation solved equation

The image bellow shows heat-map generated based on found function. solved equation This code can be easily changed to suit many more examples.

Used modules:

  • 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

Used algorithms:

Running the program for the first time

You have to install all required dependencies. open julia and type
] activate .
] instantiate

Releases

No releases published

Packages

No packages published

Languages