Go to the source code of this file.
Functions/Subroutines | |
| pure subroutine | mixadapt (iscl, beta0, betamax, n, nu, mu, beta, f, d) |
| pure subroutine mixadapt | ( | integer, intent(in) | iscl, |
| real(8), intent(in) | beta0, | ||
| real(8), intent(in) | betamax, | ||
| integer, intent(in) | n, | ||
| real(8), dimension(n), intent(inout) | nu, | ||
| real(8), dimension(n), intent(inout) | mu, | ||
| real(8), dimension(n), intent(inout) | beta, | ||
| real(8), dimension(n), intent(inout) | f, | ||
| real(8), intent(out) | d | ||
| ) |