bastorer / SPINSpy

Python scripts for analyzing SPINS outputs
MIT License
0 stars 2 forks source link

Periodicity for non-uniform grids in FiniteDiff #11

Open bastorer opened 9 years ago

bastorer commented 9 years ago

Currently, the optional argument Periodic' is only valid whenuniform=True'. That is, only uniform grids can be periodic. While I imagine that the majority of periodic grids would be uniform (because to do otherwise seems weird), the option should exist for non-uniform periodic grids.