ParametricDFNOs.jl
is a Julia Language-based scientific library designed to facilitate training Fourier Neural Operators involving large-scale data using ParametricOperators.jl
. We offer support for distributed 2D and 3D time varying problems.
julia> using Pkg
julia> Pkg.activate("path/to/your/environment")
julia> Pkg.add("ParametricDFNOs")
This will add ParametricDFNOs.jl
as dependency to your project
Check out the Documentation for more or get started by running some examples!
This section will contain common issues and corresponding fixes. Currently, we only provide support for Julia-1.9
Richard Rex, richardr2926@gatech.edu