|
| template<FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<int MT, FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, IntVect const &ng, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<int MT, FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, IntVect const &ng, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, IntVect const &ng, int ncomp, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<int MT, FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, IntVect const &ng, int ncomp, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, TileSize const &ts, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<int MT, FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, TileSize const &ts, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, IntVect const &ng, TileSize const &ts, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<int MT, FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, IntVect const &ng, TileSize const &ts, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, IntVect const &ng, int ncomp, TileSize const &ts, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<int MT, FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, IntVect const &ng, int ncomp, TileSize const &ts, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, IntVect const &ng, TileSize const &ts, DynamicTiling dt, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, IntVect const &ng, int ncomp, TileSize const &ts, DynamicTiling dt, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<int MT, FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, IntVect const &ng, TileSize const &ts, DynamicTiling dt, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |
| template<int MT, FabArrayType MF, typename F > |
| void | amrex::ParallelFor (MF const &mf, IntVect const &ng, int ncomp, TileSize const &ts, DynamicTiling dt, F &&f) |
| | ParallelFor for MultiFab/FabArray.
|
| |