coarse_to_fine(const array::Array3D &coarse, int i, int j, double *fine) const | pism::columnSystemCtx | protected |
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) | pism::columnSystemCtx | |
compute_lambda() | pism::energy::tempSystemCtx | private |
dz() const | pism::columnSystemCtx | |
fine_to_coarse(const std::vector< double > &fine, int i, int j, array::Array3D &coarse) const | pism::columnSystemCtx | |
init_column(int i, int j, double ice_thickness) | pism::columnSystemCtx | protected |
init_fine_grid(const std::vector< double > &storage_grid) | pism::columnSystemCtx | protected |
initThisColumn(int i, int j, bool is_marginal, MaskValue new_mask, double ice_thickness) | pism::energy::tempSystemCtx | |
ks() const | pism::columnSystemCtx | |
lambda() const | pism::energy::tempSystemCtx | inline |
m_basalBCsValid | pism::energy::tempSystemCtx | private |
m_dt | pism::columnSystemCtx | protected |
m_dx | pism::columnSystemCtx | protected |
m_dy | pism::columnSystemCtx | protected |
m_dz | pism::columnSystemCtx | protected |
m_G0 | pism::energy::tempSystemCtx | protected |
m_i | pism::columnSystemCtx | protected |
m_ice_c | pism::energy::tempSystemCtx | protected |
m_ice_density | pism::energy::tempSystemCtx | protected |
m_ice_k | pism::energy::tempSystemCtx | protected |
m_iceK | pism::energy::tempSystemCtx | protected |
m_iceR | pism::energy::tempSystemCtx | protected |
m_interp | pism::columnSystemCtx | protected |
m_is_marginal | pism::energy::tempSystemCtx | protected |
m_j | pism::columnSystemCtx | protected |
m_ks | pism::columnSystemCtx | protected |
m_lambda | pism::energy::tempSystemCtx | protected |
m_mask | pism::energy::tempSystemCtx | protected |
m_nu | pism::energy::tempSystemCtx | protected |
m_Rb | pism::energy::tempSystemCtx | protected |
m_rho_c_I | pism::energy::tempSystemCtx | protected |
m_solver | pism::columnSystemCtx | protected |
m_strain_heating | pism::energy::tempSystemCtx | protected |
m_strain_heating3 | pism::energy::tempSystemCtx | protected |
m_surfBCsValid | pism::energy::tempSystemCtx | private |
m_T | pism::energy::tempSystemCtx | protected |
m_T3 | pism::energy::tempSystemCtx | protected |
m_T_e | pism::energy::tempSystemCtx | protected |
m_T_n | pism::energy::tempSystemCtx | protected |
m_T_s | pism::energy::tempSystemCtx | protected |
m_T_w | pism::energy::tempSystemCtx | protected |
m_Ts | pism::energy::tempSystemCtx | protected |
m_Tshelfbase | pism::energy::tempSystemCtx | protected |
m_u | pism::columnSystemCtx | protected |
m_u3 | pism::columnSystemCtx | protected |
m_v | pism::columnSystemCtx | protected |
m_v3 | pism::columnSystemCtx | protected |
m_w | pism::columnSystemCtx | protected |
m_w3 | pism::columnSystemCtx | protected |
m_z | pism::columnSystemCtx | protected |
reportColumnZeroPivotErrorMFile(unsigned int M) | pism::columnSystemCtx | protected |
save_to_file(const std::vector< double > &x) | pism::columnSystemCtx | |
save_to_file(const std::string &filename, const std::vector< double > &x) | pism::columnSystemCtx | |
setBasalBoundaryValuesThisColumn(double my_G0, double my_Tshelfbase, double my_Rb) | pism::energy::tempSystemCtx | |
setSurfaceBoundaryValuesThisColumn(double my_Ts) | pism::energy::tempSystemCtx | |
solveThisColumn(std::vector< double > &x) | pism::energy::tempSystemCtx | |
tempSystemCtx(const std::vector< double > &storage_grid, const std::string &prefix, double dx, double dy, double dt, const Config &config, const array::Array3D &T3, const array::Array3D &u3, const array::Array3D &v3, const array::Array3D &w3, const array::Array3D &strain_heating3) | pism::energy::tempSystemCtx | |
w(int k) | pism::energy::tempSystemCtx | inline |
z() const | pism::columnSystemCtx | |
~columnSystemCtx() | pism::columnSystemCtx | |