jguterl / DifferentialOperators.jl

MIT License
0 stars 0 forks source link

Grid derivatives wrong near the edges #4

Open halpernf opened 6 months ago

halpernf commented 6 months ago

What the title says. This showed up as a large error in interior points derivatives because the grid derivatives are used instead of a fixed grid spacing. Temporarily fixed by fixing the operator dx dy using the point [3,3] instead of picking up [i,j]. Will update with a better fix later.