In file recursive_pol_trig.hpp:

class TrigShapesInnerLegendre

Computes face shape functions for triangles.

Documentation

Computes face shape functions for triangles.

Public Methods

[more]template<typename Sx, typename Sy, typename T>static int Calc(int n, Sx x, Sy y, T & values)
computes all shape functions
[more]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

otemplate<typename Sx, typename Sy, typename T>static int Calc(int n, Sx x, Sy y, T & values)
computes all shape functions

otemplate<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++.