Yu-Hsiang Lan
Yu-Hsiang Lan
I guess after this change, https://github.com/Nek5000/Nek5000/pull/818, we need genmap to support v04 format.
mentioned in #150
Forgot to say, this is also an io issue. For drift, we use cn(lpts,ldimt-1) to pass every fields of ions now. So something must be changed in io.F (and then...
Partially correct, I only print first two species of ion to vtk for now. So, if ldimt 3, it's fine but will only print out the first two field (includes...
Only tested with bash. Need a zsh user to try
@stgeke @dshaver14 This is ready to review. This should be more user friendly and giving users easier control to clean and to build specific tools after, says `MAXNEL` has changed.
I can have a look, but I don't have exodus meshes to test.
@cyrush That works, but I don't want to copy data back to CPU. Is there a way to print something like `(values are not on the host)` to avoid SEGV?
Instruction to convert `re2` file for v004 format 1. `head -c 132 a.re2|strings` to confirm it's v004, get dimension, and nBC For example, the below line has dim=3, nBC=2 ```...
Maybe put `ifiocrystal` and `fgslib_crystal_setup` to an earlier location?