You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For irregular lattices, the specs say the position of each data point should come right before the values, effectively increasing the number of columns by 3.
This is currently not respected by the library, both in writing and parsing.
Questions:
should two data pointers be used or only one, which points to a contiguous block of both positions and values?
how should the data reading function work: 1:1 into the array or e.g. first read positions, then values?
do the specs in the Readme need improvement?
The text was updated successfully, but these errors were encountered:
For irregular lattices, the specs say the position of each data point should come right before the values, effectively increasing the number of columns by
3
.This is currently not respected by the library, both in writing and parsing.
Questions:
1:1
into the array or e.g. first read positions, then values?The text was updated successfully, but these errors were encountered: