Go to the source code of this file.
Functions/Subroutines | |
| subroutine | mixerifc (mtype, n, v, dv, nwork, work) |
| subroutine | getmixdata (mtype, mixdescr) |
| subroutine getmixdata | ( | integer, intent(in) | mtype, |
| character(*), intent(out) | mixdescr | ||
| ) |
| subroutine mixerifc | ( | integer, intent(in) | mtype, |
| integer, intent(in) | n, | ||
| real(8), dimension(n), intent(inout) | v, | ||
| real(8), intent(out) | dv, | ||
| integer, intent(inout) | nwork, | ||
| real(8), dimension(*), intent(inout) | work | ||
| ) |
Definition at line 7 of file mixerifc.f90.