|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include <Element.hh>
Public Member Functions | |
| Q1Element3Face (double dx, double dy, const Quadrature &quadrature) | |
| unsigned int | n_pts () const |
| Number of quadrature points. | |
| double | weight (unsigned int q) const |
| const double & | chi (unsigned int q, unsigned int k) const |
| const Vector3 & | normal (unsigned int q) const |
| void | reset (int face, const double *z) |
| template<typename T > | |
| void | evaluate (const T *x, T *result) const |
Protected Attributes | |
| double | m_dx |
| double | m_dy |
| std::vector< double > | m_chi |
| std::vector< QuadPoint > | m_points |
| std::vector< Vector3 > | m_normals |
| std::vector< double > | m_w |
| std::vector< double > | m_weights |
| const unsigned int | m_n_chi |
| const unsigned int | m_Nq |
Definition at line 406 of file Element.hh.