kernel_expokit Module Reference
Wrapper for the EXPOKIT solver. More...
Functions/Subroutines | |
| subroutine | expokit_solver (itot, n0, lib, nx, t, flux) |
Detailed Description
Wrapper for the EXPOKIT solver.
Function/Subroutine Documentation
| subroutine kernel_expokit::expokit_solver | ( | integer, intent(in) | itot, |
| real(c_double), dimension(itot), intent(in) | n0, | ||
| type(origenlibrarywrapper), intent(inout) | lib, | ||
| real(c_double), dimension(itot), intent(out) | nx, | ||
| real(c_double), intent(in) | t, | ||
| real(c_double), intent(in) | flux | ||
| ) |
References expokit::dgexpv(), expokit::nmax, and expokit::nzmax.

1.8.10