From 4716862535a209509294317e4c416cf76635d5d9 Mon Sep 17 00:00:00 2001 From: Syun'ichi Shiraiwa Date: Sun, 28 Jan 2024 19:02:56 -0500 Subject: [PATCH] working on...addressing the change in ElasticityComponentIntegrator --- mfem/common/generate_bilininteg_ext.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mfem/common/generate_bilininteg_ext.py b/mfem/common/generate_bilininteg_ext.py index 12ead71b..84229e9d 100644 --- a/mfem/common/generate_bilininteg_ext.py +++ b/mfem/common/generate_bilininteg_ext.py @@ -28,6 +28,8 @@ pp = " self._coeff = sc" elif line.find(", vc)") != -1: pp = " self._coeff = vc" + elif line.find("parent_, i_, j_") != -1: + pp = " self._coeff = parent_" elif line.find("(self)") != -1: pass elif line.find("(self, ir=None)") != -1: