From dc58ac5065e99459dbcfd48fcb3a7ebfc2a70b46 Mon Sep 17 00:00:00 2001 From: Lars Hubatsch <hubatsch@pks.mpg.de> Date: Sun, 24 Jan 2021 16:48:43 +0100 Subject: [PATCH] Minor. --- Plots_Droplet_FRAP.ipynb | 2 +- flory_hugg_pde.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plots_Droplet_FRAP.ipynb b/Plots_Droplet_FRAP.ipynb index 4382dc5..18f75a2 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 1afe3b9..ce91202 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 -- GitLab