![]() |
Block-Structured AMR Software Framework
|
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 | |
| int | hi |
| exclusive bound | |
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