I have been developing FDTD code using C. The data is not very big. However,
to visualize the field, I save the field components at every time step in
multiple files. Then, I load them in Matlab to see the time evolution. Is
there a more efficient method to handle the visualization? This becomes
critical when the field components grow biger and biger. Thank you.