Skip to content

Latest commit

 

History

History

Level_Set_Implementation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Logo

Level Set Implementations

The level-set is the mathematical core for calculating the spread of the fire. The minimization of the loss functions is the process that actually solves the PDE and constitutes the main load for the CPU. It can be easily accelerated usingGPUs. The model was implemented using the low-level interface of the NeuralPDE.jl library which contains the necessary methods for the generation of the training datasets and of the loss functions starting from the explicit form of the equations and the boundary conditions.