For some reason our tutorial here uses `beta = 1.3`: https://github.com/precice/tutorials/blob/6023dbd9e67cda2dae61aef5dd7d0ab05b61f66a/partitioned-heat-conduction/fenics/heat.py#L70 However, the [FEniCS tutorial book, p.41](https://fenicsproject.org/pub/tutorial/pdf/fenics-tutorial-vol1.pdf) and the [quasi-Newton paper](https://onlinelibrary.wiley.com/doi/epdf/10.1002/nme.6443) uses `beta = 1.2`. To make things consistent, we should change the value here.