mfem / PyMFEM

Python wrapper for MFEM
http://mfem.org
BSD 3-Clause "New" or "Revised" License
224 stars 62 forks source link

Fix some wrapper code not handling mfem::real_t correctly #249

Closed sshiraiwa closed 3 months ago

sshiraiwa commented 3 months ago

This PR fix sparsemat.i and hypre.i, in which some of typemap code does not parse the argument sequence containing mfem::real_t properly.

sshiraiwa commented 3 months ago

Merging this. This one will be 4.7.0.1 quick fix.