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