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() [2/2]

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

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

Definition at line 216 of file Element.hh.

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