Loading .gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line .ipynb_checkpoints 1d_diffusion.ipynb 0 → 100644 +20 −0 Original line number Diff line number Diff line %% Cell type:code id: tags: ``` julia include("src/fp.jl") ``` %% Output Main.FP %% Cell type:code id: tags: ``` julia using .FP ``` %% Cell type:code id: tags: ``` julia ``` src/fp.jl 0 → 100644 +3 −0 Original line number Diff line number Diff line module FP end No newline at end of file Loading
1d_diffusion.ipynb 0 → 100644 +20 −0 Original line number Diff line number Diff line %% Cell type:code id: tags: ``` julia include("src/fp.jl") ``` %% Output Main.FP %% Cell type:code id: tags: ``` julia using .FP ``` %% Cell type:code id: tags: ``` julia ```
src/fp.jl 0 → 100644 +3 −0 Original line number Diff line number Diff line module FP end No newline at end of file