Closed srosenbu closed 1 year ago
In some classes, there are default parameters defined in the __init__ instead of the default_parameters() method. This can make it a little unpredictable to find out which parameteres need to be set by the user.
__init__
default_parameters()
This also makes https://github.com/BAMresearch/FenicsXConcrete/issues/122 somewhat annoying to deal with
In some classes, there are default parameters defined in the
__init__
instead of thedefault_parameters()
method. This can make it a little unpredictable to find out which parameteres need to be set by the user.This also makes https://github.com/BAMresearch/FenicsXConcrete/issues/122 somewhat annoying to deal with