saadgroup / PyModPDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change order of args in Expr

saadtony opened this issue · comments

Let's change the order of args in expr from:
expr(stencil, direction, order, time)
to
expr(order, direction, time, stencil)
This would be consistent in separating the definition of the derivative 1st order in the x direction with a discretization at n and stencil i, i-1