\( 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 ) |
- 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 ) |
- 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 ) |
- 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 ) |
- 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