From d00fe7c99e9fa8f6c88a77f4b175e2792b86bbcf Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Fri, 20 Sep 2019 13:04:17 +0200 Subject: [PATCH] uiea --- TP-one-patch/debug_tests/R-one-patch-const-in-time.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/TP-one-patch/debug_tests/R-one-patch-const-in-time.py b/TP-one-patch/debug_tests/R-one-patch-const-in-time.py index 744da82..6a4865b 100755 --- a/TP-one-patch/debug_tests/R-one-patch-const-in-time.py +++ b/TP-one-patch/debug_tests/R-one-patch-const-in-time.py @@ -352,6 +352,10 @@ cutoff = gaussian/(gaussian + zero_on_shrinking) # 'nonwetting': (-1 -t*(1+y + x**2)**2)*cutoff}, # } +p_e_sym = { + 0: {'wetting': -6 -(1 + x*x + y*y) + 0*t} + # 'nonwetting': -1 -(sym.sin(3*(1+y)/2*sym.pi)*sym.sin(5*(1+x)/2*sym.pi))**2}, +} print(f"\n\n\nsymbolic type is {type(p_e_sym[0]['wetting'])}\n\n\n") # # pw_sym_x*pw_sym_y # p_e_sym = { @@ -364,11 +368,6 @@ print(f"\n\n\nsymbolic type is {type(p_e_sym[0]['wetting'])}\n\n\n") # 'nonwetting': -1*zero_on_shrinking+ 0*t}, # } -p_e_sym = { - 0: {'wetting': -6 -(1 + x*x + y*y) + 0*t} - # 'nonwetting': -1 -(sym.sin(3*(1+y)/2*sym.pi)*sym.sin(5*(1+x)/2*sym.pi))**2}, -} - pc_e_sym = dict() for subdomain, isR in isRichards.items(): -- GitLab