This is the complete list of members for pism::fem::Element, including all inherited members.
add_contribution(const double *K, Mat J) const | pism::fem::Element | protected |
chi(unsigned int q, unsigned int k) const | pism::fem::Element | inline |
Element(const Grid &grid, int Nq, int n_chi, int block_size) | pism::fem::Element | protected |
Element(const DMDALocalInfo &grid_info, int Nq, int n_chi, int block_size) | pism::fem::Element | protected |
Element() | pism::fem::Element | inlineprivate |
evaluate(const T *x, T *result) const | pism::fem::Element | inline |
initialize(const double J[3][3], ShapeFunction f, unsigned int n_chi, const std::vector< QuadPoint > &points, const std::vector< double > &W) | pism::fem::Element | protected |
m_block_size | pism::fem::Element | protected |
m_col | pism::fem::Element | protected |
m_germs | pism::fem::Element | protected |
m_grid | pism::fem::Element | protected |
m_i | pism::fem::Element | protected |
m_i_offset | pism::fem::Element | protected |
m_invalid_dof | pism::fem::Element | protectedstatic |
m_j | pism::fem::Element | protected |
m_j_offset | pism::fem::Element | protected |
m_n_chi | pism::fem::Element | protected |
m_Nq | pism::fem::Element | protected |
m_row | pism::fem::Element | protected |
m_weights | pism::fem::Element | protected |
mark_col_invalid(unsigned int k) | pism::fem::Element | protected |
mark_row_invalid(unsigned int k) | pism::fem::Element | protected |
n_chi() const | pism::fem::Element | inline |
n_pts() const | pism::fem::Element | inline |
ShapeFunction typedef | pism::fem::Element | protected |
weight(unsigned int q) const | pism::fem::Element | inline |
~Element()=default | pism::fem::Element | |