\( x = a - b \div c \) or \( a = a - b \div c \) More...
Public Member Functions | |
| subroutine | cell_operation_outline_subst_divide (a, b, c, x) |
| \( x = a - b \div c \) | |
| subroutine | cell_operation_inline_subst_divide (a, b, c) |
| \( a = a - b \div c \) | |
| subroutine | face_operation_outline_subst_divide (a, b, c, x) |
| \( X = A - B \div C \) | |
| subroutine | face_operation_inline_subst_divide (a, b, c) |
| \( A = A - B \div C \) | |
\( x = a - b \div c \) or \( a = a - b \div c \)
| subroutine mod_field_operation::field_operation_subst_divide::cell_operation_inline_subst_divide | ( | double precision, dimension(:,:,:), intent(inout) | a, |
| double precision, dimension(:,:,:), intent(in) | b, | ||
| double precision, dimension(:,:,:), intent(in) | c ) |
\( a = a - b \div c \)
| [in,out] | a | first array |
| [in] | b | second array |
| [in] | c | third array |
| subroutine mod_field_operation::field_operation_subst_divide::cell_operation_outline_subst_divide | ( | double precision, dimension(:,:,:), intent(in) | a, |
| double precision, dimension(:,:,:), intent(in) | b, | ||
| double precision, dimension(:,:,:), intent(in) | c, | ||
| double precision, dimension(:,:,:), intent(inout) | x ) |
\( x = a - b \div c \)
| [in,out] | x | resulting array |
| [in] | a | first array |
| [in] | b | second array |
| [in] | c | third array |
| subroutine mod_field_operation::field_operation_subst_divide::face_operation_inline_subst_divide | ( | type(t_face_field), intent(inout) | a, |
| type(t_face_field), intent(in) | b, | ||
| type(t_face_field), intent(in) | c ) |
\( A = A - B \div C \)
| [in,out] | a | resulting and input face field |
| [in] | b | second face field |
| [in] | c | third face field |
| subroutine mod_field_operation::field_operation_subst_divide::face_operation_outline_subst_divide | ( | type(t_face_field), intent(in) | a, |
| type(t_face_field), intent(in) | b, | ||
| type(t_face_field), intent(in) | c, | ||
| type(t_face_field), intent(inout) | x ) |
\( X = A - B \div C \)
| [in,out] | x | resulting face field |
| [in] | a | first face field |
| [in] | b | second face field |
| [in] | c | third face field |