NGSolve
4.9
|
Computes face shape functions for triangles. More...
#include <recursive_pol_trig.hpp>
Static Public Member Functions | |
template<typename Sx , typename Sy , typename T > | |
static void | CalcSplitted (int n, Sx x, Sy y, T &val1, T &val2) |
compute shape functions in factored form ${ij} = u_i v_j$ | |
template<int n, typename Sx , typename Sy , typename T > | |
static void | CalcSplitted (Sx x, Sy y, T &val1, T &val2) |
template<typename Sx , typename Sy , typename T > | |
static int | Calc (int n, Sx x, Sy y, T &values) |
computes all shape functions | |
template<int n, typename Sx , typename Sy , typename T > | |
static int | Calc (Sx x, Sy y, T &values) |
template<typename Sx , typename Sy , typename Sf , typename T > | |
static int | CalcMult (int n, Sx x, Sy y, Sf &fac, T &values) |
computes all shape functions |
Computes face shape functions for triangles.