Skip to content

Commit 7cb89e8

Browse files
committed
Added Arrays low-level tutorial
1 parent 072715a commit 7cb89e8

3 files changed

Lines changed: 494 additions & 2 deletions

File tree

deps/build.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ files = [
3030
"Poisson with HHO on polytopal meshes"=>"poisson_hho.jl",
3131
"Block assembly and solvers: Incompressible Stokes example"=>"stokes_blocks.jl",
3232
"Lagrange multipliers" => "lagrange_multipliers.jl",
33+
"Low-level API - Arrays"=>"arrays_dev.jl",
3334
"Low-level API - Poisson equation"=>"poisson_dev_fe.jl",
3435
"Low-level API - Geometry" => "geometry_dev.jl",
3536
"Low-level API - Custom ReferenceFEs" => "crouzeix_raviart_reffe.jl",

0 commit comments

Comments
 (0)