Hi,
I have simplified/unified the setting of dof data vectors to variables, namely:
- removed Variable.data_from_state(), .data_from_data() and
.data_from_any(), use Variable.set_data()
- removed Variables.data_from_state(), use Variables.set_data()
- renamed FieldVariable.data_from_qp() -> .set_data_from_qp()
So for those using the git version, update, please, your codes accordingly.
r.