Thank you for developing and maintaining this project.
In
|
if isinstance(agrs[2], Coefficient): |
and
|
if isinstance(agrs[3], Coefficient): |
agrs should be args?
Otherwise I got the following error when calling VectorSumCoefficient().
File "xxx/mfem/_ser/coefficient.py", line 2782, in __init__
if isinstance(agrs[2], Coefficient):
^^^^
NameError: name 'agrs' is not defined
Thanks.
Thank you for developing and maintaining this project.
In
PyMFEM/mfem/common/coefficient_common.i
Line 153 in e0b4d04
PyMFEM/mfem/common/coefficient_common.i
Line 156 in e0b4d04
agrsshould beargs?Otherwise I got the following error when calling
VectorSumCoefficient().Thanks.