if strategy == split, use this to specify how to split components across tasks More...
#include <AMReX_ForkJoin.H>
Public Member Functions | |
ComponentSet ()=default | |
ComponentSet (int lo_, int hi_) | |
Public Attributes | |
int | lo |
inclusive bound More... | |
int | hi |
exclusive bound More... | |
if strategy == split, use this to specify how to split components across tasks
|
default |
for now, just support contiguous range of components only requires a single MultiFab::Copy() per task this way in the future, consider changing this to a true set for arbitrary components
int amrex::ForkJoin::ComponentSet::hi |
exclusive bound
int amrex::ForkJoin::ComponentSet::lo |
inclusive bound