0.6.0
Loading...
Searching...
No Matches
ut_int_computer Module Reference

Routines to compute the discrete approximations. More...

Functions/Subroutines

subroutine get_int_scheme (id, scheme, name)
 
subroutine compute_int (field, nodes_positions, points, my_int_scheme, field_int)
 Compute the interpolation for each 'field_int' nodes, from is to ie The 'field' node must be larger The 'int_pos' field is the associated nodes' position.
 
subroutine compute_int_is_ie (my_int_scheme, nx, is, ie)
 
subroutine get_int_scheme (id, scheme, name)
 
subroutine compute_int (field, nodes_positions_x, nodes_positions_y, points, my_int_scheme, field_int)
 Compute the interpolation for each 'field_int' nodes, from is to ie The 'field' node must be larger The 'int_pos' field is the associated nodes' position.
 
subroutine compute_int_is_ie (my_int_scheme, nx, is, ie)
 

Detailed Description

Routines to compute the discrete approximations.

Function/Subroutine Documentation

◆ compute_int() [1/2]

subroutine ut_int_computer::compute_int ( double precision, dimension(:), intent(in) field,
double precision, dimension(:), intent(in) nodes_positions,
double precision, dimension(:), intent(in) points,
class(t_int_point_1d) my_int_scheme,
double precision, dimension(:), intent(out) field_int )

Compute the interpolation for each 'field_int' nodes, from is to ie The 'field' node must be larger The 'int_pos' field is the associated nodes' position.

◆ compute_int() [2/2]

subroutine ut_int_computer::compute_int ( double precision, dimension(:,:), intent(in) field,
double precision, dimension(:), intent(in) nodes_positions_x,
double precision, dimension(:), intent(in) nodes_positions_y,
double precision, dimension(:,:), intent(in) points,
class(t_int_point_2d) my_int_scheme,
double precision, dimension(:), intent(out) field_int )

Compute the interpolation for each 'field_int' nodes, from is to ie The 'field' node must be larger The 'int_pos' field is the associated nodes' position.

◆ compute_int_is_ie() [1/2]

subroutine ut_int_computer::compute_int_is_ie ( class(t_int_point_1d), intent(in) my_int_scheme,
integer, intent(in) nx,
integer, intent(out) is,
integer, intent(out) ie )

◆ compute_int_is_ie() [2/2]

subroutine ut_int_computer::compute_int_is_ie ( class(t_int_point_2d), intent(in) my_int_scheme,
integer, intent(in) nx,
integer, intent(out) is,
integer, intent(out) ie )

◆ get_int_scheme() [1/2]

subroutine ut_int_computer::get_int_scheme ( integer, intent(in) id,
class(t_int_point_1d), intent(out), pointer scheme,
character(len=*), intent(out) name )

◆ get_int_scheme() [2/2]

subroutine ut_int_computer::get_int_scheme ( integer, intent(in) id,
class(t_int_point_2d), intent(out), pointer scheme,
character(len=*), intent(out) name )