Skip to content
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

[WIP] Implement finite difference solver with user-input custom stencil coefficients #5433

Draft
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

cdmccombs
Copy link

This is work in progress, in collaboration with @RemiLehe

@cdmccombs cdmccombs marked this pull request as draft October 30, 2024 20:57
Real const inv_dx = 1._rt/cell_size[0];
Real const inv_dy = 1._rt/cell_size[1];
Real const inv_dz = 1._rt/cell_size[2];

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: read stencil coefficients from user input

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants