Skip to content

Commit

Permalink
Merge branch 'JDBetteridge/fix_uid' into JDBetteridge/faster_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Jun 14, 2024
2 parents 3c910e4 + 1d2a88c commit a5f614f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
--install defcon \
--install gadopt \
--install asQ \
--package-branch ngsPETSc JDBetteridge/firedrake_uid_changes \
|| (cat firedrake-install.log && /bin/false)
- name: Install test dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion firedrake/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -2714,7 +2714,7 @@ def Mesh(meshfile, **kwargs):
comm=user_comm)
mesh = make_mesh_from_mesh_topology(topology, name, user_comm)
if netgen and isinstance(meshfile, netgen.libngpy._meshing.Mesh):
netgen_firedrake_mesh.createFromTopology(topology, name=plex.getName())
netgen_firedrake_mesh.createFromTopology(topology, name=plex.getName(), comm=user_comm)
mesh = netgen_firedrake_mesh.firedrakeMesh
mesh._tolerance = tolerance
return mesh
Expand Down

0 comments on commit a5f614f

Please sign in to comment.