We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5437cc0 commit 0f6c3d4Copy full SHA for 0f6c3d4
geos-mesh/src/geos/mesh/processing/FillPartialArrays.py
@@ -70,8 +70,6 @@ def __init__(
70
Args:
71
multiBlockDataSet (vtkMultiBlockDataSet): The mesh where to fill the attribute.
72
dictAttributesValues (dict[str, Any]): The dictionary with the attribute to fill as keys and the list of filling values as items.
73
- speHandler (bool, optional): True to use a specific handler, False to use the internal handler.
74
- Defaults to False.
75
"""
76
self.multiBlockDataSet: vtkMultiBlockDataSet = multiBlockDataSet
77
self.dictAttributesValues: dict[ str, Union[ list[ Any ], None ] ] = dictAttributesValues
0 commit comments