How can one enforce a left boundary condition in _make_derivative(some_grid, method="forward")? #312
-
I have been running this code, with Depths a
When looking at
It seems the 'left' side of the data, which would have to come from How to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes, this is expected behavior. If you only use a single derivative, imposing a boundary conditions on one side is sufficient. |
Beta Was this translation helpful? Give feedback.
Yes, this is expected behavior. If you only use a single derivative, imposing a boundary conditions on one side is sufficient.