Skip to content

Commit

Permalink
Updates due to: FEniCS/dolfinx#3119
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Apr 23, 2024
1 parent 83bccdf commit e80ff38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adios4dolfinx/checkpointing.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def read_meshtags(
adios_file.file.EndStep()

local_entities, local_values = dolfinx.io.distribute_entity_data(
mesh, int(dim), mesh_entities, tag_values
mesh, int(dim), mesh_entities.astype(np.int32), tag_values
)
mesh.topology.create_connectivity(dim, 0)
mesh.topology.create_connectivity(dim, mesh.topology.dim)
Expand Down

0 comments on commit e80ff38

Please sign in to comment.