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

◆ columnSystemCtx()

pism::columnSystemCtx::columnSystemCtx ( const std::vector< double > &  storage_grid,
const std::string &  prefix,
double  dx,
double  dy,
double  dt,
const array::Array3D u3,
const array::Array3D v3,
const array::Array3D w3 
)

A column system is a kind of a tridiagonal system.

Definition at line 248 of file ColumnSystem.cc.

References init_fine_grid(), m_interp, m_solver, m_u, m_v, m_w, and m_z.