Skip to content

Commit

Permalink
Add description of AdditionalBlocks class
Browse files Browse the repository at this point in the history
  • Loading branch information
markriegler authored and j042 committed Aug 22, 2024
1 parent 30aa180 commit c32022f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions splinepy/io/gismo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

Expand Down

0 comments on commit c32022f

Please sign in to comment.