Skip to content

Amr and low-level geometry tutorials #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/amr/result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/geometry/mobius.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/geometry/nodes_fullperiodic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/geometry/nodes_halfperiodic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/geometry/nodes_nonperiodic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ files = [
"Isotropic damage model" => "isotropic_damage.jl",
"Fluid-Structure Interaction"=>"fsi_tutorial.jl",
"Electromagnetic scattering in 2D"=>"emscatter.jl",
"Low-level API Poisson equation"=>"poisson_dev_fe.jl",
"On using DrWatson.jl"=>"validation_DrWatson.jl",
"Interpolation of CellFields"=>"interpolation_fe.jl",
"Poisson equation on parallel distributed-memory computers"=>"poisson_distributed.jl",
"Transient Poisson equation"=>"transient_linear.jl",
"Transient nonlinear equation"=>"transient_nonlinear.jl",
"Topology optimization"=>"TopOptEMFocus.jl",
"Unfitted Poisson"=>"unfitted_poisson.jl"]
"Poisson on unfitted meshes"=>"poisson_unfitted.jl",
"Poisson with AMR"=>"poisson_amr.jl",
"Low-level API - Poisson equation"=>"poisson_dev_fe.jl",
"Low-level API - Geometry" => "geometry_dev.jl",
]

Sys.rm(notebooks_dir;recursive=true,force=true)
for (i,(title,filename)) in enumerate(files)
Expand Down
Loading