In file recursive_pol_trig.hpp: Computes face shape functions for triangles.
Documentation
Computes face shape functions for triangles.
Public Methods
-
template<typename Sx, typename Sy, typename T>static int Calc(int n, Sx x, Sy y, T & values)
- computes all shape 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
template<typename Sx, typename Sy, typename T>static int Calc(int n, Sx x, Sy y, T & values)
- computes all shape 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
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.