|
| template<typename... Ops, typename... Ts, BaseFabType FAB, typename F > |
| ReduceData< Ts... >::Type | amrex::ParReduce (TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, IntVect const &nghost, F &&f) |
| | Parallel reduce for MultiFab/FabArray. The reduce result is local and it's the user's responsibility if MPI communication is needed.
|
| |
| template<typename Op , typename T , BaseFabType FAB, typename F > |
| T | amrex::ParReduce (TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, IntVect const &nghost, F &&f) |
| | Parallel reduce for MultiFab/FabArray. The reduce result is local and it's the user's responsibility if MPI communication is needed.
|
| |
| template<typename... Ops, typename... Ts, BaseFabType FAB, typename F > |
| ReduceData< Ts... >::Type | amrex::ParReduce (TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, IntVect const &nghost, int ncomp, F &&f) |
| | Parallel reduce for MultiFab/FabArray. The reduce result is local and it's the user's responsibility if MPI communication is needed.
|
| |
| template<typename Op , typename T , BaseFabType FAB, typename F > |
| T | amrex::ParReduce (TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, IntVect const &nghost, int ncomp, F &&f) |
| | Parallel reduce for MultiFab/FabArray. The reduce result is local and it's the user's responsibility if MPI communication is needed.
|
| |
| template<typename... Ops, typename... Ts, BaseFabType FAB, typename F > |
| ReduceData< Ts... >::Type | amrex::ParReduce (TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, F &&f) |
| | Parallel reduce for MultiFab/FabArray. The reduce result is local and it's the user's responsibility if MPI communication is needed.
|
| |
| template<typename Op , typename T , BaseFabType FAB, typename F > |
| T | amrex::ParReduce (TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, F &&f) |
| | Parallel reduce for MultiFab/FabArray. The reduce result is local and it's the user's responsibility if MPI communication is needed.
|
| |