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

Fix a pathological case for 2d EB #2840

Merged
merged 1 commit into from
Jun 15, 2022

Commits on Jun 15, 2022

  1. Fix a pathological case for 2d EB

    What could happen is a cell might be cut a tiny bit at a corner such that 3
    faces with an area fraction of one and one face with an area fraction of
    almost one, and the volume fraction is one.  In that case, the boundary area
    and centroid have been set to wrong values based on an incorrect assumption.
    WeiqunZhang committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    a3be82b View commit details
    Browse the repository at this point in the history