\( x = a + b \times c \) or \( a = a + b \times c \)  
 More...
|  | 
| subroutine | cell_operation_outline_add_mult (a, b, c, x) | 
|  | \( x = a + b \times c \) 
 | 
|  | 
| subroutine | cell_operation_inline_add_mult (a, b, c) | 
|  | \( a = a + b \times c \) 
 | 
|  | 
| subroutine | cell_operation_outline_add_smult (a, b, c, x) | 
|  | \( x = a + b \times c \) 
 | 
|  | 
| subroutine | cell_operation_inline_add_smult (a, b, c) | 
|  | \( a = a + b \times c \) 
 | 
|  | 
\( x = a + b \times c \) or \( a = a + b \times c \) 
◆ cell_operation_inline_add_mult()
      
        
          | subroutine mod_field_operation::field_operation_add_mult::cell_operation_inline_add_mult | ( | double precision, dimension(:,:,:), intent(inout) | a, | 
        
          |  |  | double precision, dimension(:,:,:), intent(in) | b, | 
        
          |  |  | double precision, dimension(:,:,:), intent(in) | c ) | 
      
 
\( a = a + b \times c \) 
- Parameters
- 
  
    | [in,out] | a | first array |  | [in] | b | second array |  | [in] | c | third array |  
 
 
 
◆ cell_operation_inline_add_smult()
      
        
          | subroutine mod_field_operation::field_operation_add_mult::cell_operation_inline_add_smult | ( | double precision, dimension(:,:,:), intent(inout) | a, | 
        
          |  |  | double precision, intent(in) | b, | 
        
          |  |  | double precision, dimension(:,:,:), intent(in) | c ) | 
      
 
\( a = a + b \times c \) 
- Parameters
- 
  
    | [in,out] | a | first array |  | [in] | b | scalar |  | [in] | c | second array |  
 
 
 
◆ cell_operation_outline_add_mult()
      
        
          | subroutine mod_field_operation::field_operation_add_mult::cell_operation_outline_add_mult | ( | 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 \times c \) 
- Parameters
- 
  
    | [in,out] | x | resulting array |  | [in] | a | first array |  | [in] | b | second array |  | [in] | c | third array |  
 
 
 
◆ cell_operation_outline_add_smult()
      
        
          | subroutine mod_field_operation::field_operation_add_mult::cell_operation_outline_add_smult | ( | double precision, dimension(:,:,:), intent(in) | a, | 
        
          |  |  | double precision, intent(in) | b, | 
        
          |  |  | double precision, dimension(:,:,:), intent(in) | c, | 
        
          |  |  | double precision, dimension(:,:,:), intent(inout) | x ) | 
      
 
\( x = a + b \times c \) 
- Parameters
- 
  
    | [in,out] | x | resulting array |  | [in] | a | first array |  | [in] | b | scalar |  | [in] | c | second array |  
 
 
 
The documentation for this interface was generated from the following file:
- src/lib/core/openmp/field_operation_openmp.f90