\( x = a \div b - c \div d \)  
 More...
|  | 
| subroutine | cell_operation_outline_divide_subst_divide (a, b, c, d, x) | 
|  | \( x = a \div b - c \div d \) 
 | 
|  | 
| subroutine | cell_operation_outline_sdiv_subst_sdiv (a, b, c, d, x) | 
|  | \( x = a \div b - c \div d \) 
 | 
|  | 
| subroutine | face_operation_outline_sdiv_subst_sdivs (a, b, c, d, x) | 
|  | \( X = a \div B - c \div d \) 
 | 
|  | 
\( x = a \div b - c \div d \) 
◆ cell_operation_outline_divide_subst_divide()
      
        
          | subroutine mod_field_operation::field_operation_divide_subst_divide::cell_operation_outline_divide_subst_divide | ( | double precision, dimension(:,:,:), intent(in) | a, | 
        
          |  |  | double precision, dimension(:,:,:), intent(in) | b, | 
        
          |  |  | double precision, dimension(:,:,:), intent(in) | c, | 
        
          |  |  | double precision, dimension(:,:,:), intent(in) | d, | 
        
          |  |  | double precision, dimension(:,:,:), intent(inout) | x ) | 
      
 
\( x = a \div b - c \div d \) 
- Parameters
- 
  
    | [in,out] | x | resulting array |  | [in] | a | first array |  | [in] | b | second array |  | [in] | c | third array |  | [in] | d | fourth array |  
 
 
 
◆ cell_operation_outline_sdiv_subst_sdiv()
      
        
          | subroutine mod_field_operation::field_operation_divide_subst_divide::cell_operation_outline_sdiv_subst_sdiv | ( | double precision, intent(in) | a, | 
        
          |  |  | double precision, dimension(:,:,:), intent(in) | b, | 
        
          |  |  | double precision, intent(in) | c, | 
        
          |  |  | double precision, dimension(:,:,:), intent(in) | d, | 
        
          |  |  | double precision, dimension(:,:,:), intent(inout) | x ) | 
      
 
\( x = a \div b - c \div d \) 
- Parameters
- 
  
    | [in,out] | x | resulting array |  | [in] | a | scalar |  | [in] | b | second array |  | [in] | c | scalar |  | [in] | d | fourth array |  
 
 
 
◆ face_operation_outline_sdiv_subst_sdivs()
      
        
          | subroutine mod_field_operation::field_operation_divide_subst_divide::face_operation_outline_sdiv_subst_sdivs | ( | double precision, intent(in) | a, | 
        
          |  |  | type(t_face_field), intent(in) | b, | 
        
          |  |  | double precision, intent(in) | c, | 
        
          |  |  | double precision, intent(in) | d, | 
        
          |  |  | type(t_face_field), intent(inout) | x ) | 
      
 
\( X = a \div B - c \div d \) 
- Parameters
- 
  
    | [in,out] | x | resulting array |  | [in] | a | scalar |  | [in] | b | first face field |  | [in] | c | scalar |  | [in] | d | scalar |  
 
 
 
The documentation for this interface was generated from the following file:
- src/lib/core/openmp/field_operation_openmp.f90