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