-
Notifications
You must be signed in to change notification settings - Fork 0
Basic 1D finite difference code generator #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a6387ba
to
09aad03
Compare
3c7fb7f
to
7ac5015
Compare
9d70387
to
402305d
Compare
97c2a6e
to
1e7f99d
Compare
Note that this uses a very basic linear solve based method to find the coefficients. Results are correct so long as everything is computed symbolically ( |
Arbitrary order centered finite differencing. Currently unrolls the expression. Differencing transitions, becoming increasingly one-sided as boundaries are approached. Now used by
Grid
inGrid.D_x
,Grid.D_y
,Grid.D_xx
, andGrid.D_yy
.