Classes | |
| struct | FFTPhysBCTag |
| struct | SubHelper |
Functions | |
| DistributionMapping | make_iota_distromap (Long n) |
| template<typename FA > | |
| FA::FABType::value_type * | get_fab (FA &fa) |
| template<typename FA1 , typename FA2 > | |
| std::unique_ptr< char, DataDeleter > | make_mfs_share (FA1 &fa1, FA2 &fa2) |
| template<typename MF > | |
| void | fill_physbc (MF &mf, Geometry const &geom, Array< std::pair< Boundary, Boundary >, 3 > const &bc) |
| Geometry | shift_geom (Geometry const &geom) |
| template<typename MF > | |
| void | shift_mfs (IntVect const &domain_lo, MF const &mf1, MF const &mf2, MF &new_mf1, MF &new_mf2) |
| void amrex::FFT::detail::fill_physbc | ( | MF & | mf, |
| Geometry const & | geom, | ||
| Array< std::pair< Boundary, Boundary >, 3 > const & | bc | ||
| ) |
| FA::FABType::value_type * amrex::FFT::detail::get_fab | ( | FA & | fa | ) |
| DistributionMapping amrex::FFT::detail::make_iota_distromap | ( | Long | n | ) |
| std::unique_ptr< char, DataDeleter > amrex::FFT::detail::make_mfs_share | ( | FA1 & | fa1, |
| FA2 & | fa2 | ||
| ) |
| void amrex::FFT::detail::shift_mfs | ( | IntVect const & | domain_lo, |
| MF const & | mf1, | ||
| MF const & | mf2, | ||
| MF & | new_mf1, | ||
| MF & | new_mf2 | ||
| ) |