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) |
Routines to compute the discrete approximations.
| 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.
| 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.
| 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 ) |
| 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 ) |
| 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 ) |
| 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 ) |