Go to the source code of this file.
Functions/Subroutines | |
subroutine | mixbroyden (iscl, n, msd, alpha, w0, nu, mu, f, df, u, a, d) |
subroutine mixbroyden | ( | integer, intent(in) | iscl, |
integer, intent(in) | n, | ||
integer, intent(in) | msd, | ||
real(8), intent(in) | alpha, | ||
real(8), intent(in) | w0, | ||
real(8), dimension(n), intent(inout) | nu, | ||
real(8), dimension(n,2), intent(inout) | mu, | ||
real(8), dimension(n,2), intent(inout) | f, | ||
real(8), dimension(n,msd), intent(inout) | df, | ||
real(8), dimension(n,msd), intent(inout) | u, | ||
real(8), dimension(msd,msd), intent(inout) | a, | ||
real(8), intent(out) | d | ||
) |
Definition at line 6 of file mixbroyden.f90.