PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
|
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) |