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