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

◆ eq1

double eq1[]
Initial value:
= {
0, -c_n/dy2, 0,
-4*c_w/dx2, (c_s+c_n)/dy2+(4*c_w+4*c_e)/dx2, -4*c_e/dx2,
0, -c_s/dy2, 0,
c_n/d4+c_w/d2, (c_w-c_e)/d2, -c_n/d4-c_e/d2,
(c_n-c_s)/d4, 0, (c_s-c_n)/d4,
-c_s/d4-c_w/d2, (c_e-c_w)/d2, c_s/d4+c_e/d2,
}
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 4 of file ssafd_code.cc.

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