From f825bfadfa0d7b1455ac748744475a70ba3d33f9 Mon Sep 17 00:00:00 2001 From: Axel Larsson Date: Wed, 1 May 2024 11:17:23 -0700 Subject: [PATCH] Fixed linear mms --- sketches/nlelast_mms.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sketches/nlelast_mms.cpp b/sketches/nlelast_mms.cpp index 06f4713d..f2c2945d 100644 --- a/sketches/nlelast_mms.cpp +++ b/sketches/nlelast_mms.cpp @@ -265,8 +265,8 @@ int main(int argc, char *argv[]) rhs2[u_ess_tdof[i]] = 0.0; } */ - //rhs += rhs1; - kappa = 0.0; + rhs += rhs1; + //kappa = 0.0; cout<<"rhs.Norml2() is: "<