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

◆ nodal_parameter_values()

void pism::stressbalance::Blatter::nodal_parameter_values ( const fem::Q1Element3 element,
Parameters **  P,
int  i,
int  j,
int *  node_type,
double *  bottom_elevation,
double *  ice_thickness,
double *  surface_elevation,
double *  sea_level 
) const
protectedvirtual

Get values of 2D parameters at element nodes.

This method is re-implemented by derived classes that use periodic boundary conditions.

Reimplemented in pism::stressbalance::BlatterISMIPHOM.

Definition at line 627 of file Blatter.cc.

References pism::stressbalance::Blatter::Parameters::bed, I, pism::fem::Element3::local_to_global(), n, and pism::fem::q13d::n_chi.

Referenced by compute_jacobian(), and compute_residual().