Results 249 comments of Will Pazner

@bslazarov @SchmidtMat, could you please take a look? We would like to prioritize this one.

> @pazner do I need to do the "Update branch" to merge latest changes from master into this branch? No need, I can handle it from here. Thanks. (It's also...

Merged in next given two approvals. @bslazarov, if you want to take a look at this before it's merged into master, now is the time 😄

This PR is now [under review](https://github.com/mfem/mfem/blob/master/CONTRIBUTING.md#pull-requests) (see the table in the PR description). To help with the review process, please **do not force push** to the branch.

@tzanio, could you take a look when you get a chance? @justinlaughlin mentioned needing this for other work.

You might want to also consider this patch for the Exodus writer: ```diff diff --git a/mesh/exodus_writer.cpp b/mesh/exodus_writer.cpp index 80454ad93..145170d48 100644 --- a/mesh/exodus_writer.cpp +++ b/mesh/exodus_writer.cpp @@ -562,16 +562,16 @@ void ExodusIIWriter::WriteElementBlockParameters(int...

@artv3, see PR #4555 for some of the batched linear algebra suggestions. There are more places in the code where it would benefit from using the batched linear algebra, but...

@artv3 I merged #4555 here. Hopefully everything still works properly :) can you confirm? And if you have some time to take care of the permuted indices that I mentioned...

Uh oh. Is it a device-specific issue? I can't reproduce it locally (CPU only; seems to work for me)