From c1bed950b9a91c339612b67b7e5269459771bc05 Mon Sep 17 00:00:00 2001 From: sj90101 Date: Fri, 13 Jan 2017 16:02:03 +0800 Subject: [PATCH] Adjust mode find radius --- examples/find-photonic-mode-sk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/find-photonic-mode-sk.py b/examples/find-photonic-mode-sk.py index 0e65f390..ba52dffb 100644 --- a/examples/find-photonic-mode-sk.py +++ b/examples/find-photonic-mode-sk.py @@ -82,7 +82,7 @@ def find_mode(): mesh = make_curve_mesh(curve_f, np.linspace(0, 1, nelements+1), target_order) - circle_radius = 50*k_vacuum + circle_radius = 4*k_vacuum mesh = affine_map(mesh, A=circle_radius*np.eye(2)) from meshmode.discretization import Discretization -- GitLab