SABER
tools_func::lct_d2h Interface Reference

Public Member Functions

subroutine func_lct_d2h (mpl, D11, D22, D33, D12, H11, H22, H33, H12)
 From D (Daley tensor) to H (local correlation tensor) More...
 

Detailed Description

Definition at line 133 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_lct_d2h()

subroutine tools_func::lct_d2h::func_lct_d2h ( type(mpl_type), intent(inout)  mpl,
real(kind_real), intent(in)  D11,
real(kind_real), intent(in)  D22,
real(kind_real), intent(in)  D33,
real(kind_real), intent(in)  D12,
real(kind_real), intent(out)  H11,
real(kind_real), intent(out)  H22,
real(kind_real), intent(out)  H33,
real(kind_real), intent(out)  H12 
)

From D (Daley tensor) to H (local correlation tensor)

Parameters
[in,out]mplMPI data
[in]d11Daley tensor component 11
[in]d22Daley tensor component 22
[in]d33Daley tensor component 33
[in]d12Daley tensor component 12
[out]h11Local correlation tensor component 11
[out]h22Local correlation tensor component 22
[out]h33Local correlation tensor component 33
[out]h12Local correlation tensor component 12

Definition at line 1389 of file tools_func.F90.


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