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
Improve File I/O (For the future: File I/O #24). Writing out the data seems to be a bottleneck in the code runtime, so improvements to this could speed up simulations. Additionally, the VTK outputs could be converted from ascii to binary to produce smaller output files.
Clean up printed output (Clean Up Output of OneDSolver #26). Many lines are printed to the screen - we should decide what is necessary and what should be put into an output.txt file instead.
The text was updated successfully, but these errors were encountered:
These are features we should add for the future.
Graceful failures with incorrect input files ("Fail Gracefully" when providing incorrect input file #19). Include error message and exits the code (without a segmentation fault) when the user provides an invalid input file.
Improve File I/O (For the future: File I/O #24). Writing out the data seems to be a bottleneck in the code runtime, so improvements to this could speed up simulations. Additionally, the VTK outputs could be converted from ascii to binary to produce smaller output files.
Clean up printed output (Clean Up Output of OneDSolver #26). Many lines are printed to the screen - we should decide what is necessary and what should be put into an output.txt file instead.
The text was updated successfully, but these errors were encountered: