clawpack / clawutil

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

1D convenience tweak for BC codes #55

Closed gradylemoine closed 11 years ago

gradylemoine commented 11 years ago

Adding support for giving a bare number for the BC codes in 1D. This already works for the other parameters that are normally lists for 2D and 3D (num_cells, lower/upper domain bounds), but needed extra support in the BC codes because they're iterated over to replace string codes with numeric codes.