Routines to compute the discrete approximations.
|
subroutine | get_integ_scheme (id, scheme, name) |
|
subroutine | compute_integ (field, dx_u, cv, my_integ_scheme, my_interp_scheme, field_integ, is, ie) |
| Compute the integral for each 'field_integ' nodes, from is to ie The 'field' node must be larger The 'integ_pos' field is the associated nodes' position.
|
|
subroutine | compute_integ_is_ie (my_integ_scheme, my_interp_scheme, nx, is, ie) |
|