Jacob Merson
Jacob Merson
@ibaned If the data mentioned is truly meant to be cached and the intermediate data currently stored in the mesh tags is not intended to be directly access via `get_tag`...
This was not as simple as one would hope. A few issues came up: 1. Only adios 2.5.0 works with mfem. `[email protected]` writes a `bp` file that cannot be read...
Based on the outputs from MFEM I was able to get something working. The vtk/ParaView reader seems to be a bit of a fickle beast that just crashes ParaView on...
In short yes. It would be useful for my applications. I use frozen fields to put my data in a format that I can easily transfer to an accelerator as...
I can do this, however I will have a higher memory overhead, and I will have to copy the data from the array to the tag field every time I...
That might be the original intended purpose (which would make the name make more sense), however, this is not indicated anywhere in the documentation and when you unfreeze a field...
Looking through the API's it seems as though the intention of a frozen field is not to be read only. But this leaves us with the problem that any time...
@seegyoung I think the point of his question is that he already has a partitioned mesh stored in some non-pumi file format, so @a-jp is interested in loading in his...
Where do you define the GID typedef? The error makes it look like its defined in an anonymous namespace.
There is an implicit conversion happening so t is converted to an int and the division happens. This will obviously cause issues if t>max int (2^32/2-1 for 32 bit integer...