jcgraciosa

Results 4 comments of jcgraciosa

Thanks, Louis. I'll re-test the models using this branch and the recommended settings.

Hello @gthyagi and @Belay-129, I found the cause of the issue and I'm investigating a fix. I'll give you some updates soon. Cheers, JC

I'll do a regression test of this and will update soon.

Hello @gp37! To do the TALA approximation in Underworld3, you can add the following in your model set-up: ```python stokes.penalty = -(2/3) * viscosity stokes.constraints = sympy.Matrix([stokes.div_u + dot(v_soln.fn, gradient(rho_bar))/rho_bar])...