PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ eq2

double eq2[]
Initial value:
= {
c_w/d4+c_n/d2, (c_w-c_e)/d4, -c_e/d4-c_n/d2,
(c_n-c_s)/d2, 0, (c_s-c_n)/d2,
-c_w/d4-c_s/d2, (c_e-c_w)/d4, c_e/d4+c_s/d2,
0, -4*c_n/dy2, 0,
-c_w/dx2, (4*c_s+4*c_n)/dy2+(c_w+c_e)/dx2, -c_e/dx2,
0, -4*c_s/dy2, 0,
}
const double d2
Definition: ssafd_code.cc:1
const double d4
Definition: ssafd_code.cc:1
const double dy2
Definition: ssafd_code.cc:1
const double dx2
Definition: ssafd_code.cc:1

Definition at line 14 of file ssafd_code.cc.

Referenced by pism::stressbalance::SSAFD::assemble_matrix().