version 0.6.0
Loading...
Searching...
No Matches
mod_field_operation::field_operation_divide_add_divide Interface Reference

\( x = a \div b + c \div d \)

Public Member Functions

subroutine cell_operation_outline_divide_add_divide (a, b, c, d, x)
 \( x = a \div b + c \div d \)
 
subroutine cell_operation_outline_sdiv_add_sdiv (a, b, c, d, x)
 \( x = a \div b + c \div d \)
 

Member Function/Subroutine Documentation

◆ cell_operation_outline_divide_add_divide()

subroutine mod_field_operation::field_operation_divide_add_divide::cell_operation_outline_divide_add_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 )
Parameters
[in,out]xresulting array
[in]afirst array
[in]bsecond array
[in]cthird array
[in]dfourth array

◆ cell_operation_outline_sdiv_add_sdiv()

subroutine mod_field_operation::field_operation_divide_add_divide::cell_operation_outline_sdiv_add_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 )
Parameters
[in,out]xresulting array
[in]ascalar
[in]bsecond array
[in]cscalar
[in]dfourth array

The documentation for this interface was generated from the following file: