Brendan Lyons

Results 28 comments of Brendan Lyons

@ChrisRackauckas Here's one of the issues I mentioned in our call today

This appears fixed with https://github.com/SciML/DiffEqOperators.jl/pull/432

Any updates on how best to make broadcasting on a function that returns a Tuple to give a Tuple of Arrays instead an Array of Tuples?

@sjkelly I don't believe the `\` operator can be distributed like that. `(A + B) * x = S` gives `x = (A + B)^-1 * S`, which is not...

The same error occurs without a custom MFEM installation: ``` python setup.py install --with-parallel --MPICC=/usr/local/Cellar/open-mpi/5.0.2/bin/mpicc --MPICXX=/usr/local/Cellar/open-mpi/5.0.2/bin/mpicxx --mfem-branch=master ```

@sshiraiwa I downgraded to python 3.11.8 and I still have installation issues. Here's my environment and the error I get: **Environment info** - macOS Ventura 13.6.5 - Latest master of...

Are there any updates on this? I can't get PyMFEM built with parallel on either Linux or MacOS right now. On Linux I'm having issues with CMake, but on MacOS,...

I see now that the above error is being addressed by #208