1. Congrès SMAI 2021 mini-symposium "Julia, un langage pour les mathématiciens"

    J’ai organisé avec Benoît Fabrèges pour le Groupe Calcul un mini-symposium pour découvrir le langage Julia.

    J’y ai présenté des exemples d’applications pour la résolution numérique d’équations différentielles. J’ai fait une démonstration du package développé avec Yves Mocquart : HOODESolver.jl.

    Les supports sont disponibles sur …

    read more
  2. INRIA TECH 2020 Talk

    Talk at INRIA Rennes January 2020

    Link to slides.

    To open the notebooks run them locally:

    git clone https://gitlab.inria.fr/navarop/JuliaInriaTech
    cd JuliaInriaTech
    julia --project
    
    julia> using Pkg
    julia> Pkg.instantiate()
    julia> include("generate_nb.jl")
    julia> using IJulia
    julia> notebook(dir=joinpath(pwd(),"notebooks"))
    [ Info: running ...
    

    Introduction …

    read more
  3. Numkin 2019 Talk

    Solving the Vlasov equation with Julia

    The Vlasov equation is of fundamental importance in plasma physics and particularly for simulations in Magnetic fusion and of Tokamak plasmas. I present here a way to use the Julia language to solve it numerically.

    After a short introduction about the language, the first …

    read more

« Page 2 / 2

links