anuga_core icon indicating copy to clipboard operation
anuga_core copied to clipboard

Fault: Not setting BC is possible, set a default

Open stoiver opened this issue 10 years ago • 1 comments

May set default as reflective or None. But what to do if None?

stoiver avatar May 05 '15 12:05 stoiver

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.

stoiver avatar Sep 03 '15 02:09 stoiver