\( x = a - b \times c - d \times e \) or \( a = a - b \times c - d \times e \) More...
Public Member Functions | |
subroutine | face_operation_inline_subst_mult_subst_mult (a, b, c, d, e) |
\( A = A - B \div C - D \div E \) | |
\( x = a - b \times c - d \times e \) or \( a = a - b \times c - d \times e \)
subroutine mod_field_operation::field_operation_subst_mult_subst_mult::face_operation_inline_subst_mult_subst_mult | ( | type(t_face_field), intent(inout) | a, |
type(t_face_field), intent(in) | b, | ||
type(t_face_field), intent(in) | c, | ||
type(t_face_field), intent(in) | d, | ||
type(t_face_field), intent(in) | e ) |
\( A = A - B \div C - D \div E \)
[in,out] | a | resulting and input face field |
[in] | b | second face field |
[in] | c | third face field |
[in] | d | fourth face field |
[in] | e | fitth face field |