Skip to content

Commit

Permalink
API change from FEniCS/dolfinx#3119 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Apr 16, 2024
1 parent 9043b82 commit 934fffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adios4dolfinx/checkpointing.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ def read_meshtags(
adios_file.file.PerformGets()
adios_file.file.EndStep()

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

0 comments on commit 934fffb

Please sign in to comment.