Thomas Marrinan
Thomas Marrinan
Fixes compiler issues.
The MFEM version in `./scripts/build_ascent/build_ascent.sh` has a known bug that causes the build to fail with some versions of GCC. MFEM has resolved this issue in their most recent release....
I have interleaved x,y,z data that I insert into a Conduit Blueprint. Currently, I create separate arrays to store the x, y, and z data, then set them as values...
Hello. I have data that is distributed amongst N processes and I want to create a blueprint mesh for it. I thought I was doing it correctly, but when I...