SABER
|
Public Member Functions | |
real(kind_real) function | func_matern (mpl, M, x) |
Compute the normalized diffusion function from eq. (55) of Mirouze and Weaver (2013), for the 3d case (d = 3) More... | |
Definition at line 145 of file tools_func.F90.
real(kind_real) function tools_func::matern::func_matern | ( | type(mpl_type), intent(inout) | mpl, |
integer, intent(in) | M, | ||
real(kind_real), intent(in) | x | ||
) |
Compute the normalized diffusion function from eq. (55) of Mirouze and Weaver (2013), for the 3d case (d = 3)
[in,out] | mpl | MPI data |
[in] | m | Matern function order |
[in] | x | Argument |
Definition at line 1588 of file tools_func.F90.