visclaw
visclaw copied to clipboard
Allow Specification of `file_prefix`
Moved from PyClaw to here as this is a capability that needs to be added to VisClaw when it reads in a Solution.
Closed issue: clawpack/pyclaw#239
The routines in pyclaw/fileio accept file_prefix
as an argument, so we just need to allow this to be specified and passed from visclaw.
I think the major problem here is that there are places where VisClaw will lose this information in the calling sequences. It is definitely fixable, just needs a bit of care.