hpsim/OGL

Improve exporting of the underlying system

greole opened this issue · 1 comments

Currently only A, x, and b are exported, but for debugging purposes other information might be valuable eg. residual norms over iteration.

Thus, when the export flag is set a folder named export should be created with subfolders for each timestep and also a json file for the residuals.

Implemented by #35