NGSolve  4.9
Static Public Member Functions
ngfem::TrigShapesInnerLegendre Class Reference

Computes face shape functions for triangles. More...

#include <recursive_pol_trig.hpp>

List of all members.

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

Detailed Description

Computes face shape functions for triangles.


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