From feda66bb82fc2bd7ca2063041bf30a1071024634 Mon Sep 17 00:00:00 2001 From: Thomas Gibson Date: Mon, 5 Apr 2021 16:40:20 -0500 Subject: [PATCH] Remove commented-out debugging code --- grudge/symbolic/operators.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/grudge/symbolic/operators.py b/grudge/symbolic/operators.py index a869087a..647d7025 100644 --- a/grudge/symbolic/operators.py +++ b/grudge/symbolic/operators.py @@ -665,11 +665,6 @@ class RefFaceMassOperator(ElementwiseLinearOperator): volgrp.order, face_vertices) - # np.set_printoptions(linewidth=200, precision=3) - # matrix[np.abs(matrix) < 1e-13] = 0 - # print(matrix) - # 1/0 - return matrix mapper_method = intern("map_ref_face_mass_operator") -- GitLab