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

Incorporate the GaugeSolution class fully into PyClaw #543

Open
mandli opened this issue Jun 6, 2016 · 1 comment
Open

Incorporate the GaugeSolution class fully into PyClaw #543

mandli opened this issue Jun 6, 2016 · 1 comment

Comments

@mandli
Copy link
Member

mandli commented Jun 6, 2016

Replace the current gauge functionality in PyClaw with the new class that the Fortran code is also using.

@mandli
Copy link
Member Author

mandli commented Jun 6, 2016

One thing I think we may need to implement is to buffer output and dump it out to disk periodically. The current functionality will write to a file immediately (or at least until the file buffer decided to dump it out) so if there is a crash or some similar interruption all the gauge data to that point is hopefully on disk. The most obvious implementation in PyClaw would be to simply place the gauge output into the q array but this would need to be saved periodically somehow. In other words we need to implement a buffering capability somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant