Skip to content

Commit 9ad7733

Browse files
authored
Update build.jl
1 parent d59842b commit 9ad7733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ repo_src = joinpath(@__DIR__,"..","src")
55
notebooks_dir = joinpath(@__DIR__,"..","notebooks")
66

77
files = [
8-
"Gmsh/Gridap workflow"=>"gmsh_gridap.jl"
98
"Poisson equation"=>"poisson.jl",
109
"Code validation"=>"validation.jl",
1110
"Linear elasticity"=>"elasticity.jl",
@@ -15,6 +14,7 @@ files = [
1514
"Darcy equation (with RT)"=>"darcy.jl",
1615
"Incompressible Navier-Stokes"=>"inc_navier_stokes.jl",
1716
"Stokes equation" => "stokes.jl",
17+
"Advection-diffusion" => "advection_diffusion.jl"
1818
"Isotropic damage model" => "isotropic_damage.jl",
1919
"Fluid-Structure Interaction"=>"fsi_tutorial.jl",
2020
"Electromagnetic scattering in 2D"=>"emscatter.jl",

0 commit comments

Comments
 (0)