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

Improve robustness of conservative spherical polygon interpolation for high resolution meshes #130

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    20094ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56454e9 View commit details
    Browse the repository at this point in the history
  3. Configurable eps in compare_pointxyz via ATLAS_COMPAREPOINTXYZ_EPS_FA…

    …CTOR env var
    
    New default 1e8*eps instead of 1e4*eps.
    For previous behaviour:
     ATLAS_COMPAREPOINTXYZ_EPS_FACTOR=1e4
    
    For high resolution we want to have it to 1e4, for low resolution 1e8
    The detection mechanism of source points needs to be replaced with something deterministic that
    does not rely on comparing points.
    wdeconinck committed May 3, 2023
    Configuration menu
    Copy the full SHA
    5233ae5 View commit details
    Browse the repository at this point in the history