QR_MUMPS
|
This module contains all the interfaces for the typed routines in the solve phase. More...
Data Types | |
interface | dqrm_apply |
Generic interface for the ::dqrm_apply and ::dqrm_apply1d routines. More... | |
interface | dqrm_solve |
Generic interface for the ::dqrm_solve and ::dqrm_solve1d routines. More... | |
interface | qrm_apply |
interface | qrm_apply_q |
Generic interface for the ::dqrm_apply_q routine. More... | |
interface | qrm_apply_qt |
Generic interface for the ::dqrm_apply_qt routine. More... | |
interface | qrm_solve |
Generic interface for the ::dqrm_solve and ::dqrm_solve1d routines. More... | |
interface | qrm_solve_r |
Generic interface for the ::dqrm_solve_r routine. More... | |
interface | qrm_solve_rt |
Generic interface for the ::dqrm_solve_rt routine. More... | |
interface | qrm_solve_sing_front |
Generic interface for the ::dqrm_solve_sing_front routine. More... | |
Functions/Subroutines | |
subroutine | dqrm_apply2dw (qrm_mat, transp, b) |
subroutine | dqrm_apply1dw (qrm_mat, transp, b) |
subroutine | dqrm_solve2dw (qrm_mat, transp, b, x) |
subroutine | dqrm_solve1dw (qrm_mat, transp, b, x) |
This module contains all the interfaces for the typed routines in the solve phase.
subroutine dqrm_solve_mod::dqrm_apply1dw | ( | type(dqrm_spmat_type), intent(in) | qrm_mat, |
character(len=*), intent(in) | transp, | ||
real(kind(1.d0)), dimension(:), intent(inout) | b | ||
) |
Definition at line 159 of file dqrm_solve_mod.F90.
References dqrm_apply1d().
subroutine dqrm_solve_mod::dqrm_apply2dw | ( | type(dqrm_spmat_type), intent(in) | qrm_mat, |
character(len=*), intent(in) | transp, | ||
real(kind(1.d0)), dimension(:,:), intent(inout) | b | ||
) |
Definition at line 150 of file dqrm_solve_mod.F90.
References dqrm_apply2d().
subroutine dqrm_solve_mod::dqrm_solve1dw | ( | type(dqrm_spmat_type), target | qrm_mat, |
character(len=*) | transp, | ||
real(kind(1.d0)), dimension(:), intent(inout) | b, | ||
real(kind(1.d0)), dimension(:), intent(out) | x | ||
) |
Definition at line 178 of file dqrm_solve_mod.F90.
References dqrm_solve1d().
subroutine dqrm_solve_mod::dqrm_solve2dw | ( | type(dqrm_spmat_type), target | qrm_mat, |
character(len=*) | transp, | ||
real(kind(1.d0)), dimension(:,:), intent(inout) | b, | ||
real(kind(1.d0)), dimension(:,:), intent(out) | x | ||
) |
Definition at line 168 of file dqrm_solve_mod.F90.
References dqrm_solve2d().