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

Implement boundary conditions using ghost cells #18

Open
babrodtk opened this issue Apr 3, 2014 · 0 comments
Open

Implement boundary conditions using ghost cells #18

babrodtk opened this issue Apr 3, 2014 · 0 comments

Comments

@babrodtk
Copy link
Contributor

babrodtk commented Apr 3, 2014

Implement boundary conditions for cartesian grids.

  • Reflective
  • Periodic
  • Constant
  • ...?

Use the global boundary descriptors posX, negX, posY, negY, etc.

Reflective boundary conditions are somewhat special, as they require negating certain components of an equation (e.g., hv along the y-axis for the shallow water equations)

Periodic boundary conditions should preferably specify only which axis to be periodic about (e.g., it does not make sense to have periodic along negX and reflective along posX)

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

No branches or pull requests

1 participant