diff --git a/Plots_Droplet_FRAP.ipynb b/Plots_Droplet_FRAP.ipynb index 4382dc530e6a5ff705d938de105f00553a78829d..18f75a2763fe03a52ea0285a57ecd6bb0c225773 100644 --- a/Plots_Droplet_FRAP.ipynb +++ b/Plots_Droplet_FRAP.ipynb @@ -237,7 +237,7 @@ "\n", "# Zip all parameters, iterate\n", "for p, m, p_i, p_e, G_i, G_o in zip(point_list, me, phi_tot_int,\n", - " phi_tot_ext, G_in, G_out):\n", + " phi_tot_ext, G_in, G_out):\n", " f_cs.append(frap_solver(p, 'Meshes/single_drop_'+m,\n", " name='FRAP_'+m[:-4]+str(G_i), T=60, phi_tot_int=p_i,\n", " phi_tot_ext=p_e, G_in=G_i, G_out=G_o))\n", diff --git a/flory_hugg_pde.m b/flory_hugg_pde.m index 1afe3b9148f29c4257f5b7c25526d4d7d8295c7f..ce9120287fe0873b854d68cd56837f23005a71f7 100644 --- a/flory_hugg_pde.m +++ b/flory_hugg_pde.m @@ -1,4 +1,4 @@ -function [c, f ,s, g0, pt] = flory_hugg_pde(x, t, u, dudx, a, b, e, u0,... +function [c, f, s, g0, pt] = flory_hugg_pde(x, t, u, dudx, a, b, e, u0,... e_g0, u_g0, v, mode) % Solve with full ternary model. Analytical derivatives. % pt ... phi_tot