\( x = a - b \) or \( a = a - b \) More...
Public Member Functions | |
| subroutine | cell_operation_outline_subst (a, b, x) |
| \( x = a - b \) | |
| subroutine | cell_operation_inline_subst (a, b) |
| \( a = a - b \) | |
| subroutine | face_operation_outline_subst (a, b, x) |
| \( X = A - B \) | |
| subroutine | face_operation_inline_subst (a, b) |
| \( A = A - B \) | |
\( x = a - b \) or \( a = a - b \)
| subroutine mod_field_operation::field_operation_subst::cell_operation_inline_subst | ( | double precision, dimension(:,:,:), intent(inout) | a, |
| double precision, dimension(:,:,:), intent(in) | b ) |
\( a = a - b \)
| [in,out] | a | first array |
| [in] | b | second array |
| subroutine mod_field_operation::field_operation_subst::cell_operation_outline_subst | ( | double precision, dimension(:,:,:), intent(in) | a, |
| double precision, dimension(:,:,:), intent(in) | b, | ||
| double precision, dimension(:,:,:), intent(inout) | x ) |
\( x = a - b \)
| [in,out] | x | resulting array |
| [in] | a | first array |
| [in] | b | second array |
| subroutine mod_field_operation::field_operation_subst::face_operation_inline_subst | ( | type(t_face_field), intent(inout) | a, |
| type(t_face_field), intent(in) | b ) |
\( A = A - B \)
| [in] | a | first input and resulting face field |
| [in] | b | the second input face field |
| subroutine mod_field_operation::field_operation_subst::face_operation_outline_subst | ( | type(t_face_field), intent(in) | a, |
| type(t_face_field), intent(in) | b, | ||
| type(t_face_field), intent(inout) | x ) |
\( X = A - B \)
| [in,out] | x | the resulting face field |
| [in] | a | the first input face field |
| [in] | b | the second input face field |