BAMresearch / FenicsXConcrete

MIT License
0 stars 2 forks source link

Make sure that parameter have correct units #122

Closed eriktamsen closed 1 year ago

eriktamsen commented 1 year ago

Apparently currently the parameters are just check to have any kind of unit, but we need to make sure they have the right ones.

srosenbu commented 1 year ago

This seems like an easy fix. We just need to compare the units in the input dictionary to the ones in the defualt dictionary

aradermacher commented 1 year ago

I suggest to move all parameters into default and load those as default in the init, updating with the on set by the user.