We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51d8d7 commit cca9613Copy full SHA for cca9613
1 file changed
src/io4dolfinx/backends/vtkhdf/backend.py
@@ -789,6 +789,7 @@ def write_meshtags(
789
maxshape=(None,),
790
mode=h5_mode,
791
)
792
+ assert data.local_start is not None
793
insert_slice = _compute_append_slice(
794
dataset,
795
data.num_entities_global,
0 commit comments