anuga_core
anuga_core copied to clipboard
Fault: Not setting BC is possible, set a default
May set default as reflective or None. But what to do if None?
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.