|
| | SpreadingOp () |
| |
| | SpreadingOp (int a_spreadingDir) |
| |
| | SpreadingOp (const Vector< int > &a_spreadingDir) |
| |
| virtual void | linearIn (FArrayBox &arg, void *buf, const Box &R, const Interval &comps) const |
| |
| void | op (FArrayBox &dest, const Box &RegionFrom, const Interval &Cdest, const Box &RegionTo, const FArrayBox &src, const Interval &Csrc) const |
| |
| void | applyOp (FArrayBox &dest, const Box &RegionFrom, const Interval &Cdest, const Box &RegionTo, const FArrayBox &src, const Interval &Csrc, Real a_scale) const |
| |
| virtual | ~LDOperator () |
| |
| virtual int | size (const FArrayBox &arg, const Box &b, const Interval &comps) const |
| |
| virtual void | linearOut (const FArrayBox &arg, void *buf, const Box &R, const Interval &comps) const |
| |
Class to do spreading operation in the context of CopyTo.
This class will perform a spreading operation of the data in src along the summingDir direction(s), multiplying by the scale, and placing the src values in the corresponding locations in dest.