Poisson solve for Open BC using FFT. More...
#include <AMReX_FFT_Poisson.H>
Public Member Functions | |
| template<typename FA = MF, std::enable_if_t< IsFabArray_v< FA >, int > = 0> | |
| PoissonOpenBC (Geometry const &geom, IndexType ixtype=IndexType::TheCellType(), IntVect const &ngrow=IntVect(0)) | |
| void | solve (MF &soln, MF const &rhs) |
| void | define_doit () |
Private Attributes | |
| Geometry | m_geom |
| Box | m_grown_domain |
| IntVect | m_ngrow |
| OpenBCSolver< typename MF::value_type > | m_solver |
|
explicit |
| void amrex::FFT::PoissonOpenBC< MF >::define_doit | ( | ) |
| void amrex::FFT::PoissonOpenBC< MF >::solve | ( | MF & | soln, |
| MF const & | rhs | ||
| ) |
|
private |
|
private |
|
private |
|
private |