Skip to content

Commit

Permalink
Merge pull request #58 from Wells-Group/dokken/team30-updates
Browse files Browse the repository at this point in the history
Changes ref: FEniCS/basix#832
  • Loading branch information
jorgensd authored Jun 7, 2024
2 parents 0c821cc + 16c4f16 commit c120164
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion cpp/team30.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
B_3D = curl(A_out)

family = basix.finite_element.string_to_family("Lagrange", "tetrahedron")
basix_cell = basix.cell.string_to_type("tetrahedron")
basix_cell = basix.CellType["tetrahedron"]
b_element = basix.create_element(
family, basix_cell, 1, basix.LagrangeVariant.gll_warped, discontinuous=True
)
Expand Down

0 comments on commit c120164

Please sign in to comment.