Closed fegshen closed 1 year ago
I added that .cpp_object
recently to reflect a change in FEniCSx, but maybe that change happened since v0.6.0. I'll check and probably revert it until the next FEniCSx release
I've added a try...except so that the coupling can work with older and newer versions of FEniCSx (#185, will be merged once tests pass). Let me know if it still doesn't work
Thank you! All the unit tests passed in my desktop computer.
I installed fenics-dolfinx [v0.6.0] from source and tried to run the bempp-cl test code. Is there a bug in bempp/api/external/fenicsx.py in [line19]?
And If I modified the source code in bempp/api/external/fenicsx.py in [lines 18-23] as:
then everything is PASSED.