BAMresearch / FenicsXConcrete

MIT License
0 stars 2 forks source link

Default parameters in __init__ #133

Closed srosenbu closed 1 year ago

srosenbu commented 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.

This also makes https://github.com/BAMresearch/FenicsXConcrete/issues/122 somewhat annoying to deal with