Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features to Add: Code Execution #58

Open
3 tasks
caseyfleeter opened this issue Jun 1, 2020 · 0 comments
Open
3 tasks

Features to Add: Code Execution #58

caseyfleeter opened this issue Jun 1, 2020 · 0 comments

Comments

@caseyfleeter
Copy link
Collaborator

caseyfleeter commented Jun 1, 2020

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.

@caseyfleeter caseyfleeter changed the title Features to Add Features to Add re:Code Execution Jun 1, 2020
@caseyfleeter caseyfleeter changed the title Features to Add re:Code Execution Features to Add: Code Execution Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant