MPI-AMRVAC
2.2
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | eigenvectors (idims, ixIL, ixOL, w, leftm, righm, lamda) |
subroutine | characteristic_project (idims, iside, ixIL, ixOL, w, x, dxndim, qdt) |
subroutine characteristic_project | ( | integer, intent(in) | idims, |
integer, intent(in) | iside, | ||
integer, intent(in) | ixI, | ||
integer, intent(in) | L, | ||
integer, intent(in) | ixO, | ||
L, | |||
double precision, dimension(ixi^s,1:nw) | w, | ||
double precision, dimension(ixi^s,1:ndim) | x, | ||
double precision, dimension(1:ndim) | dxndim, | ||
double precision | qdt | ||
) |
subroutine eigenvectors | ( | integer, intent(in) | idims, |
integer, intent(in) | ixI, | ||
integer, intent(in) | L, | ||
integer, intent(in) | ixO, | ||
L, | |||
double precision, dimension(ixi^s,1:nw), intent(in) | w, | ||
double precision, dimension(ixi^s,1:nwwave,1:nwprim) | leftm, | ||
double precision, dimension(ixi^s,1:nwprim,1:nwwave) | righm, | ||
double precision, dimension(ixi^s,1:nwwave) | lamda | ||
) |
Definition at line 3 of file eigensystem.t.