\( x = a - b \div c \) or \( a = a - b \div c \)  
 More...
|  | 
| subroutine | cell_operation_outline_subst_divide (a, b, c, x) | 
|  | \( x = a - b \div c \) 
 | 
|  | 
| subroutine | cell_operation_inline_subst_divide (a, b, c) | 
|  | \( a = a - b \div c \) 
 | 
|  | 
| subroutine | face_operation_outline_subst_divide (a, b, c, x) | 
|  | \( X = A - B \div C \) 
 | 
|  | 
| subroutine | face_operation_inline_subst_divide (a, b, c) | 
|  | \( A = A - B \div C \) 
 | 
|  | 
\( x = a - b \div c \) or \( a = a - b \div c \) 
◆ cell_operation_inline_subst_divide()
      
        
          | subroutine mod_field_operation::field_operation_subst_divide::cell_operation_inline_subst_divide | ( | double precision, dimension(:,:,:), intent(inout) | a, | 
        
          |  |  | double precision, dimension(:,:,:), intent(in) | b, | 
        
          |  |  | double precision, dimension(:,:,:), intent(in) | c ) | 
      
 
\( a = a - b \div c \) 
- Parameters
- 
  
    | [in,out] | a | first array |  | [in] | b | second array |  | [in] | c | third array |  
 
 
 
◆ cell_operation_outline_subst_divide()
      
        
          | subroutine mod_field_operation::field_operation_subst_divide::cell_operation_outline_subst_divide | ( | 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 \div c \) 
- Parameters
- 
  
    | [in,out] | x | resulting array |  | [in] | a | first array |  | [in] | b | second array |  | [in] | c | third array |  
 
 
 
◆ face_operation_inline_subst_divide()
      
        
          | subroutine mod_field_operation::field_operation_subst_divide::face_operation_inline_subst_divide | ( | type(t_face_field), intent(inout) | a, | 
        
          |  |  | type(t_face_field), intent(in) | b, | 
        
          |  |  | type(t_face_field), intent(in) | c ) | 
      
 
\( A = A - B \div C \) 
- Parameters
- 
  
    | [in,out] | a | resulting and input face field |  | [in] | b | second face field |  | [in] | c | third face field |  
 
 
 
◆ face_operation_outline_subst_divide()
      
        
          | subroutine mod_field_operation::field_operation_subst_divide::face_operation_outline_subst_divide | ( | type(t_face_field), intent(in) | a, | 
        
          |  |  | type(t_face_field), intent(in) | b, | 
        
          |  |  | type(t_face_field), intent(in) | c, | 
        
          |  |  | type(t_face_field), intent(inout) | x ) | 
      
 
\( X = A - B \div C \) 
- Parameters
- 
  
    | [in,out] | x | resulting face field |  | [in] | a | first face field |  | [in] | b | second face field |  | [in] | c | third face field |  
 
 
 
The documentation for this interface was generated from the following file:
- src/lib/core/openmp/field_operation_openmp.f90