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

\( x = a + b + c \) or \( a = a + b + c \) More...

Public Member Functions

subroutine cell_operation_outline_add_add (a, b, c, x)
 \( x = a + b + c \)
 
subroutine cell_operation_inline_add_add (a, b, c)
 \( a = a + b + c \)
 

Detailed Description

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

Member Function/Subroutine Documentation

◆ cell_operation_inline_add_add()

subroutine mod_field_operation::field_operation_add_add::cell_operation_inline_add_add ( double precision, dimension(:,:,:), intent(inout) a,
double precision, dimension(:,:,:), intent(in) b,
double precision, dimension(:,:,:), intent(in) c )

\( a = a + b + c \)

Parameters
[in,out]afirst array
[in]bsecond array
[in]cthird array

◆ cell_operation_outline_add_add()

subroutine mod_field_operation::field_operation_add_add::cell_operation_outline_add_add ( double precision, dimension(:,:,:), intent(in) a,
double precision, dimension(:,:,:), intent(in) b,
double precision, dimension(:,:,:), intent(in) c,
double precision, dimension(:,:,:), intent(inout) x )

\( x = a + b + c \)

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: