Skip to content

Commit

Permalink
working on...addressing the change in ElasticityComponentIntegrator
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Jan 29, 2024
1 parent 1594787 commit 4716862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mfem/common/generate_bilininteg_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4716862

Please sign in to comment.