![]() |
FrontISTR
5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine | hecmw_estimate_condition_cg (ITER, D, E) |
subroutine | hecmw_estimate_condition_gmres (I, H) |
subroutine hecmw_estimate_condition::hecmw_estimate_condition_cg | ( | integer(kind=kint), intent(in) | ITER, |
real(kind=kreal), dimension(:), intent(in) | D, | ||
real(kind=kreal), dimension(:), intent(in) | E | ||
) |
Definition at line 13 of file hecmw_estimate_condition.F90.
subroutine hecmw_estimate_condition::hecmw_estimate_condition_gmres | ( | integer(kind=kint), intent(in) | I, |
real(kind=kreal), dimension(:,:), intent(in) | H | ||
) |
Definition at line 101 of file hecmw_estimate_condition.F90.