PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
Functions | |
template<class V > | |
void | add (const V &x, double alpha, const V &y, V &result, bool scatter=true) |
Computes result = x + alpha * y, where x, y, and z are 2D Arrays (scalar or vector). | |
template<class V > | |
void | copy (const V &input, V &result, bool scatter=true) |