PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <Element.hh>
Public Member Functions | |
Q1Element3Face (double dx, double dy, const Quadrature &quadrature) | |
int | n_pts () const |
Number of quadrature points. More... | |
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 399 of file Element.hh.