We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
May set default as reflective or None. But what to do if None?
The text was updated successfully, but these errors were encountered:
Not sure this is a fault!
If set_boundary is not called then an error is raised in evolve loop stating that boundary conditions need to be set.
If not all the boundaries are set when using set_boundary, then an error is raised which is probably ok.
Maybe we could add a default_BC argument to set_boundary.
Sorry, something went wrong.
Merge pull request #17 from rkwi/anuga_py3
64a4dae
Cythonizing util_ext.c
trouble with setting up __ANUGA_SETUP__ using builtins (#17)
a500775
No branches or pull requests
May set default as reflective or None. But what to do if None?
The text was updated successfully, but these errors were encountered: