-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Checking for zero-volume cells: Fixes issue #79 #450
Conversation
unoebauer
commented
Dec 9, 2015
- don't split parent cell if v_inner_boundary equal to an existing cell boundary
- check if same error type may also affect outer boundary
- insert final check for zero volume cells
- add testing scenarios
Very strange things are happening: stumbled across a small bug in Offline, the testing failed (rightfully so) with the following error:
|
Travis seems to be happy. Could you, @ssim or @wkerzendorf, have a look at this and merge it? |
Looks like a good fix to me - merging! |
Checking for zero-volume cells: Fixes issue #79