PISM, A Parallel Ice Sheet Model 2.3.2-61fbb4273 committed by Andy Aschwanden on 2026-06-25
Loading...
Searching...
No Matches

◆ 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.