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

◆ nodal_values()

template<typename T >
void pism::fem::Element3::nodal_values ( T const *const *const *  x_global,
T *  result 
) const
inline

Extract nodal values for the element (i,j,k) from global array x_global into the element-local array result.

Definition at line 314 of file Element.hh.

References I, local_to_global(), pism::fem::Element::m_n_chi, and n.

Referenced by pism::stressbalance::Blatter::compute_jacobian(), and pism::stressbalance::Blatter::compute_residual().