John Camier

Results 26 comments of John Camier

1. A couple of reasons why MEFM usually doesn't import or rely on external code are that: - MFEM tries to have as few third party requirements as possible, -...

> What I'd like to know here still is what is different from `std::mdspan`? The main difference is that instead of attempting to replace the MFEM's `Reshape` functionality: `auto V...

Because MFEM requires a C++11 compiler, any additional features must also be C++11-compliant. This extension is not intended to unify tensors in mathematics, physics, or computer science. The difference in...

All the `debug` tests are failing because of the logical changes in the `MFEM_ASSERT`.

It's a really good idea to move toward making this class 'friendlier'. Declaring one `GridFunction` and doing a `HostRead` just after it will assert an error in `DEBUG` mode. The...

> I am not in a position to debug the windows errors. Can somebody perhaps have a look? Or give a hint how I could proceed? You might need to...