| 75 | } // CIBStaggeredStokesOperator |
| 76 | |
| 77 | void |
| 78 | CIBStaggeredStokesOperator::setInterpScaleFactor(const double beta) |
| 79 | { |
| 80 | d_scale_interp = beta; |
| 81 | } // setInterpScaleFactor |
| 82 | |
| 83 | void |
| 84 | CIBStaggeredStokesOperator::setSpreadScaleFactor(const double gamma) |
no outgoing calls
no test coverage detected