if strategy == split, use this to specify how to split components across tasks
More...
#include <AMReX_ForkJoin.H>
|
| int | lo |
| | inclusive bound
|
| |
| int | hi |
| | exclusive bound
|
| |
if strategy == split, use this to specify how to split components across tasks
◆ ComponentSet() [1/2]
| amrex::ForkJoin::ComponentSet::ComponentSet |
( |
| ) |
|
|
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
◆ ComponentSet() [2/2]
| amrex::ForkJoin::ComponentSet::ComponentSet |
( |
int |
lo_, |
|
|
int |
hi_ |
|
) |
| |
|
inline |
◆ hi
| int amrex::ForkJoin::ComponentSet::hi |
◆ lo
| int amrex::ForkJoin::ComponentSet::lo |
The documentation for this struct was generated from the following file: