Choral
Private Member Functions | List of all members
fespacexk_mod::interp_vect_func Interface Reference
Collaboration diagram for fespacexk_mod::interp_vect_func:
Collaboration graph

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

Detailed Description

Definition at line 141 of file feSpacexk_mod.f90.

Member Function/Subroutine Documentation

◆ fespacexk_interp_vect_func()

subroutine fespacexk_mod::interp_vect_func::fespacexk_interp_vect_func ( real(rp), dimension(:), allocatable  u_h,
type(fespacexk), intent(in)  Y,
procedure(r3tor)  u_1,
procedure(r3tor)  u_2,
procedure(r3tor), optional  u_3 
)
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.


The documentation for this interface was generated from the following file: