clawpack / clawutil

General utility programs
BSD 3-Clause "New" or "Revised" License
10 stars 31 forks source link

Move data classes into appropriate repositories #36

Closed mandli closed 11 years ago

mandli commented 11 years ago

This pull request moves the data classes found in clawdata.py into the appropriate other repositories. This has the advantage that if the data objects are changed only one repository needs to be touched to update both the Fortran and Python. Some updates to the data objects being touched including a 1-to-1 relationship between written files and data classes have also been added (e.g. the GeoclawInputData class wrote out a number of different files).

Associated pull requests at

mandli commented 11 years ago

I should also mention that there are corresponding pull requests in the AMRClaw, GeoClaw, and VisClaw repositories. This pull request should also be tested with PyClaw as it could possibly have an impact on plotting gauges in PyClaw.