Skip to content

Commit

Permalink
Merge branch 'mfem_47_dev' into fix-ex18-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Aug 1, 2024
2 parents 1c717b2 + 260b43f commit 604ec99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mfem/common/generate_lininteg_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
pp = " self._coeff = QF"
elif line.find(", F)") != -1:
pp = " self._coeff = F"
elif line.find(", f)") != -1:
pp = " self._coeff = f"
elif line.find(", f, s=1.0, ir=None)") != -1:
pp = " self._coeff = (f, ir)"
elif line.find(", uD_, lambda_, mu_, alpha_, kappa_)") != -1:
Expand Down

0 comments on commit 604ec99

Please sign in to comment.