![]() |
Block-Structured AMR Software Framework
|
Go to the source code of this file.
Namespaces | |
| namespace | amrex |
Functions | |
| template<typename T , class LP > | |
| int | amrex::bicgstab_solve (Box const &box, BaseFab< T > &x, BaseFab< T > const &b, LP const &lp, T eps_rel, T eps_abs, int maxiter, int verbose, int &niters) |
| BiCGStab solver for a single Box that runs entirely on the GPU. | |