Skip to content

Latest commit

 

History

History

BC_Interpolation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Logo

Interpolation

The current implementation of the PINNs architecture requires the vector / scalar fields of the input parameters (for example wind, altimetric profile, fuel etc.) to be loaded in the form of differentiable functions. This is due to some limitations of the library NeuralPDE.jl (that currently is still under development). In the practial applications, these map are in the form of matrices of data, for this reason to carry out the simulations presented in this proposal we created some scripts that perform curve fitting of the discretized data using polynomial and gaussians.

A first interpolation example is shown below.

After this example, we built the interpolation of the altitude profile's gradient of Isom Creek fire through following stages: