Skip to content

Commit

Permalink
Update for ngsPETSc
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Jun 14, 2024
1 parent ac16ed3 commit 1d2a88c
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 1d2a88c

Please sign in to comment.