\( x = a - b \) or \( a = a - b \)  
 More...
\( x = a - b \) or \( a = a - b \) 
◆ cell_operation_inline_subst()
      
        
          | 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 \) 
- Parameters
- 
  
    | [in,out] | a | first array |  | [in] | b | second array |  
 
 
 
◆ cell_operation_outline_subst()
      
        
          | 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 \) 
- Parameters
- 
  
    | [in,out] | x | resulting array |  | [in] | a | first array |  | [in] | b | second array |  
 
 
 
◆ face_operation_inline_subst()
      
        
          | 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 \) 
- Parameters
- 
  
    | [in] | a | first input and resulting face field |  | [in] | b | the second input face field |  
 
 
 
◆ face_operation_outline_subst()
      
        
          | 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 \) 
- Parameters
- 
  
    | [in,out] | x | the resulting face field |  | [in] | a | the first input face field |  | [in] | b | the second input face field |  
 
 
 
The documentation for this interface was generated from the following file:
- src/lib/core/openmp/field_operation_openmp.f90