From a48224ed8b6eca2233f2501d55c9ff08b29e5059 Mon Sep 17 00:00:00 2001 From: seogi_macbook Date: Sun, 24 Apr 2016 13:18:36 -0700 Subject: [PATCH] no message --- tests/mesh/test_Mixed_boundaryPoisson.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mesh/test_Mixed_boundaryPoisson.py b/tests/mesh/test_Mixed_boundaryPoisson.py index 7a15f36d..d5dcb6fa 100644 --- a/tests/mesh/test_Mixed_boundaryPoisson.py +++ b/tests/mesh/test_Mixed_boundaryPoisson.py @@ -194,6 +194,7 @@ class Test1D_InhomogeneousMixed(Tests.OrderTest): q = q_fun(self.M.gridCC) M = B*self.M.aveCC2F G = Div.T - P_BC*Utils.sdiag(y_BC)*M + # Mrhoj = D.T V phi + P_BC*Utils.sdiag(y_BC)*M phi - P_BC*x_BC rhs = V*q + Div*MfrhoI*P_BC*x_BC A = Div*MfrhoI*G