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

Allow sequential_distibute to save/load large domains. #154

Merged

Commits on Oct 17, 2017

  1. Allow sequential_distibute to save/load large domains.

    Uses numpy.save to write parts of the domain to separate files.
    Not exactly perfect, as to do so the immutable tostore has to be converted to list() and back.
    But it works for at least 120mio triangles.
    ninnghazad committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    e747efa View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    10eba3a View commit details
    Browse the repository at this point in the history