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

EB Boundary Area: Fix issues for anisotropic cell size #4131

Merged
merged 2 commits into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. EB Boundary Area: Fix issues for anisotropic cell size

    * In 2D, the scaling in incorrect. For example, if dx >> dy and the boundary
      is parallel to the x-direction, it would produce inf for the scaled
      boundary area.
    
    * In 3D, the scaling has been modified so that it's easy to convert from the
      dimensionless boundary area to physical units.
    WeiqunZhang committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    645e21f View commit details
    Browse the repository at this point in the history
  2. Update doc

    WeiqunZhang committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8303e8f View commit details
    Browse the repository at this point in the history