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

Open Boundary Poisson Solver #2912

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Commits on Aug 19, 2022

  1. Open Boundary Poisson Solver

    This adds an open boundary Poisson solver based on the James's algorithm.
    To use it, the user builds an amrex:OpenBCSolver object, which can be reused
    until the grids change, and then call OpenBCSolver::solver.
    
    Currently, this is for 3D cell-centered data only. The solver works on CPU,
    Nvidia GPUS, and AMD GPUs.  The SYCL version of a couple of kernels for
    Intel GPUs are to be implemented.
    WeiqunZhang committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    79382b9 View commit details
    Browse the repository at this point in the history