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

New function for domain decomposition #4183

Merged
merged 1 commit into from
Oct 5, 2024

Commits on Oct 5, 2024

  1. New function for domain decomposition

    Add a new function that decomposition a Box into BoxArray. The number of
    Boxes in the returned BoxArray matches the given nboxes argument, unless the
    domain is too small. We aim to decompose the domain into subdomains that are
    as cubic as possible, even if this results in Boxes with odd numbers of
    cells. Thus, this function is generally not suited for applications with
    multiple AMR levels or for multigrid solvers. However, it could be useful
    for single-level applications that prefer exactly one Box per process.
    WeiqunZhang committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    e209467 View commit details
    Browse the repository at this point in the history