In file recursive_pol_trig.hpp:

class TrigExtensionOptimal

Evaluete optimal edge-shape function.

Documentation

Evaluete optimal edge-shape function. on triangle (with coordinates (-1,0),(1,0),(0,1))
\varphi_i:=\frac{1}{y}\int_{x-y}^{x+y}C_{i-1}^{-1/2}(s)ds
$$
vanishes on other both edges
Computed by recurrence
$$
{\varphi}_i:=
p_n(x,y) = a_n p_{n-4}} + b_n x p_{n-3} + (c_n + d_n (x*x-y*y)) p_{n-2}} + e_n x p_{n-1}}
$$

This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.