#include "pism/util/fem/FEM.hh"
#include "pism/util/node_types.hh"
Go to the source code of this file.
|
Germ | pism::fem::linear::chi (unsigned int k, const QuadPoint &pt) |
| Linear basis functions on the interval [-1, -1]. More...
|
|
Germ | pism::fem::q0::chi (unsigned int k, const QuadPoint &pt) |
|
Germ | pism::fem::q1::chi (unsigned int k, const QuadPoint &pt) |
| Q1 basis functions on the reference element with nodes (-1,-1), (1,-1), (1,1), (-1,1). More...
|
|
Germ | pism::fem::p1::chi (unsigned int k, const QuadPoint &pt) |
| P1 basis functions on the reference element with nodes (0,0), (1,0), (0,1). More...
|
|
ElementType | pism::fem::element_type (int node_type[q1::n_chi]) |
|
Germ | pism::fem::q13d::chi (unsigned int k, const QuadPoint &p) |
| Evaluate a Q1 shape function and its derivatives with respect to xi and eta. More...
|
|