#include <AMReX_Smoother_MV.H>
Public Member Functions | |
JacobiSmoother (SpMatrix< T > const *a_A) | |
int | setNumIters (int a_niters) |
void | operator() (AlgVector< T > &xvec, AlgVector< T > const &bvec) |
Private Attributes | |
SpMatrix< T > const * | m_A |
int | m_niters = 4 |
|
inlineexplicit |
|
inline |
|
inline |
|
private |
|
private |