Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
AMReX_SingleBoxCGSolver.H File Reference
#include <AMReX_Config.H>
#include <AMReX_BaseFab.H>
#include <AMReX_Print.H>
#include <iomanip>

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.