Syun'ichi Shiraiwa
Syun'ichi Shiraiwa
Closing this. Please feel free to reopen this, if there is still an issue.
@jtristano. Looking at this test (https://github.com/mfem/PyMFEM/actions/runs/9725566030/job/26843041174), the current master can be built with the current MFEM master. New 4.7 functionality is not yet supported, however.
Closing this. Moving to the next one (https://github.com/mfem/PyMFEM/issues/242)
As for ```GetElementVertices```, there is ```Mesh::GetVertexToElementTable```. This returns a mapping from Vertex to Element as a table. Using I and J array of this table, you can create a reverse...
Thank you for reporting this. I made some adjustment. Please try it. OCC part is actually warning. The root problem is that the boolean operation panel is now giving additional...
Thank you so much. Please put ready-to-review label when you think it is ready.
Can you run the first one again? There will be a memory_report file this time. We should check if this is due to the out-of-memory. The second errors seems to...
@kunalsanwalka Sorry for slow in responding this. The run seemed to crash earlier due to node failure. Often this is relating to memory issue. I am not sure why you...
@mdavids-cfs, @v-dobrev This is going to be address in https://github.com/mfem/PyMFEM/tree/coefficient-arrray-dev, where MatrixCoefficientPtrArray is available. The second option may work in the current master, if you keep the argument objects (...
Closing this and moving on [PyMFEM post 4.8 ToDo](https://github.com/mfem/PyMFEM/issues/295)