\( x = a + b \) or \( a = a + b \) More...
Public Member Functions | |
| subroutine | cell_operation_outline_add (a, b, x) |
| \( x = a + b \) | |
| subroutine | cell_operation_inline_add (a, b) |
| \( a = a + b \) | |
| subroutine | face_operation_outline_add (a, b, x) |
| \( X = A + B \) | |
| subroutine | face_operation_inline_add (a, b) |
| \( A = A + B \) | |
\( x = a + b \) or \( a = a + b \)
| subroutine mod_field_operation::field_operation_add::cell_operation_inline_add | ( | 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_add::cell_operation_outline_add | ( | 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_add::face_operation_inline_add | ( | 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_add::face_operation_outline_add | ( | 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 |