The following subroutine handles the conversion between the primitive variables and the Eulerian flux variables. @param qK_prim_vf Primitive variables @param FK_vf Flux variables @param FK_src_vf Flux source variables @param ix Index bounds in the first coordinate direction @param iy Index bounds in the second coordinate direction @param iz Index bounds in the third coordinate direction
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=kind(0d0)), | intent(in), | dimension(0:, s2b:, s3b:, 1:) | :: | qK_prim_vf | ||
| real(kind=kind(0d0)), | intent(inout), | dimension(0:, s2b:, s3b:, 1:) | :: | FK_vf | ||
| real(kind=kind(0d0)), | intent(inout), | dimension(0:, s2b:, s3b:, advxb:) | :: | FK_src_vf | ||
| type(int_bounds_info), | intent(in) | :: | is1 | |||
| type(int_bounds_info), | intent(in) | :: | is2 | |||
| type(int_bounds_info), | intent(in) | :: | is3 | |||
| integer | :: | s2b | ||||
| integer | :: | s3b |