Choral
|
Private Member Functions | |
subroutine | fespacexk_interp_vect_func (u_h, Y, u_1, u_2, u_3) |
Interpolate a function u : R^3 –> R^d given by its components u_1, u_2 and u_3 on Y = [X_h]^d. More... | |
Definition at line 141 of file feSpacexk_mod.f90.
|
private |
Interpolate a function u : R^3 –> R^d given by its components u_1, u_2 and u_3 on Y = [X_h]^d.
If d = 2 : u(x) = [u_1(x), u_2(x)] If d = 3 : u(x) = [u_1(x), u_2(x), u_3(x)]
Definition at line 282 of file feSpacexk_mod.f90.