diff --git a/splinepy/io/gismo.py b/splinepy/io/gismo.py index 499957485..f1aa79ee0 100644 --- a/splinepy/io/gismo.py +++ b/splinepy/io/gismo.py @@ -12,6 +12,11 @@ class AdditionalBlocks: + """Class to manage additional XML blocks for gismo export, including boundary + conditions, function definitions, and assembly options. Each block is stored as a + Python dictionary, which is then later handled by the export function. + """ + def __init__(self): self._blocks = []