rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
my_u0_coefficients.m
1 function U = my_u0_coefficients(X,Y,params)
2 %function U = my_u0_coefficients([],[],params)
3 %
4 % function computing parameter dependent coefficients of a function
5 % f. The function f is obtained by computing corresponding
6 % parameter independent components and then computing a linear combination
7 %
8 % Initial data function is consistent with dirichlet values.
9 % See my_udir_coefficients for specification of the function.
10 
11 % Bernard Haasdonk 24.10.2008
12 
13 U = [params.c_dir_1];
14 
15 %| \docupdate