PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
Loading...
Searching...
No Matches

◆ 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 636 of file Blatter.cc.

References pism::fem::Element3::local_to_global(), n, and pism::fem::q13d::n_chi.

Referenced by compute_jacobian(), and compute_residual().