PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Public Member Functions | Protected Attributes | List of all members
pism::fem::Q1Element3Face Class Reference

#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 Vector3normal (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< QuadPointm_points
 
std::vector< Vector3m_normals
 
std::vector< double > m_w
 
std::vector< double > m_weights
 
const unsigned int m_n_chi
 
const unsigned int m_Nq
 

Detailed Description

Definition at line 399 of file Element.hh.


The documentation for this class was generated from the following files: