Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ evaluate()

template<typename T >
void pism::fem::Element::evaluate ( const T *  x,
T *  result 
) const
inline

Given nodal values, compute the values at quadrature points.

The output array result should have enough elements to hold values at all quadrature points.

Definition at line 94 of file Element.hh.

References pism::k, m_germs, m_n_chi, and m_Nq.