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

\( x = a \times b \times c \) or \( a = a \times b \times c \)

Public Member Functions

subroutine cell_operation_outline_mult_mult (a, b, c, x)
 \( x = a \times b \times c \)
 
subroutine cell_operation_inline_mult_mult (a, b, c)
 \( a = a \times b \times c \)
 

Member Function/Subroutine Documentation

◆ cell_operation_inline_mult_mult()

subroutine mod_field_operation::field_operation_mult_mult::cell_operation_inline_mult_mult ( double precision, dimension(:,:,:), intent(inout) a,
double precision, dimension(:,:,:), intent(in) b,
double precision, dimension(:,:,:), intent(in) c )
Parameters
[in,out]afirst array
[in]bsecond array
[in]cthird array

◆ cell_operation_outline_mult_mult()

subroutine mod_field_operation::field_operation_mult_mult::cell_operation_outline_mult_mult ( double precision, dimension(:,:,:), intent(in) a,
double precision, dimension(:,:,:), intent(in) b,
double precision, dimension(:,:,:), intent(in) c,
double precision, dimension(:,:,:), intent(inout) x )
Parameters
[in,out]xresulting array
[in]afirst array
[in]bsecond array
[in]cthird array

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