We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c51d8d7 + cca9613 commit 76c4701Copy full SHA for 76c4701
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