Skip to content

Added dense to sparse data copy

Karol Sierocinski requested to merge data_sparse_copy into master

I added method to datatype: data_sparse_copy. This function allows to copy dense data as sparse data. Tested by 3 unit tests (1 for each datatype).

This feature is nice to have for FTI and checkpointing not contiguous data. Mentioned in #32 (closed)

@jbigot, @tpaluszk, could you review?

Edited by Karol Sierocinski

Merge request reports