| 
    SABER
    
   | 
 
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... | |
Definition at line 133 of file tools_func.F90.
| 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)
| [in,out] | mpl | MPI data | 
| [in] | d11 | Daley tensor component 11 | 
| [in] | d22 | Daley tensor component 22 | 
| [in] | d33 | Daley tensor component 33 | 
| [in] | d12 | Daley tensor component 12 | 
| [out] | h11 | Local correlation tensor component 11 | 
| [out] | h22 | Local correlation tensor component 22 | 
| [out] | h33 | Local correlation tensor component 33 | 
| [out] | h12 | Local correlation tensor component 12 | 
Definition at line 1389 of file tools_func.F90.