|
waLBerla 7.3
|
Fusion of two sweeps.
Wrapper sweep that fuses two sub-sweeps, executing them on each block in order. To create a fused sweep, use SweepFactory::fuse.
#include <DomainSlices.hpp>
Public Member Functions | |
| FusedSweep (const Sw1 &sw1, const Sw2 &sw2) | |
| void | operator() (IBlock *b) |
| template<typename = void> | |
| void | runOnCellInterval (IBlock *b, const CellInterval &ci) |
Private Attributes | |
| Sw1 | sw1_ |
| Sw2 | sw2_ |
|
inline |
|
inline |
|
inline |
|
private |
|
private |