Skip to content

Commit

Permalink
Add tutorial related to netgen integration within firedrake
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Oct 15, 2023
1 parent f3b2948 commit a8c223c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _ext/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _button(cls, step_description, libraries_urls):
def _library_image(library):
if library == "dolfinx":
logo = "_static/images/dolfinx-logo.png"
elif library == "firedrake":
elif library in ("firedrake", "firedrake + netgen"):
logo = "_static/images/firedrake-logo.png"
else:
raise RuntimeError("Invalid type")
Expand Down
3 changes: 2 additions & 1 deletion _ext/tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"steps": {
"Select the finite element backend": {
"dolfinx": "tutorials/01_introduction/tutorial_introduction_dolfinx.html",
"firedrake": "tutorials/01_introduction/tutorial_introduction_firedrake.html"
"firedrake": "tutorials/01_introduction/tutorial_introduction_firedrake.html",
"firedrake + netgen": "tutorials/01_introduction/tutorial_introduction_firedrake_netgen.html"
},
},
},
Expand Down

0 comments on commit a8c223c

Please sign in to comment.