![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
| subroutine, public | hecmw_estimate_condition_cg (ITER, D, E) |
| subroutine, public | hecmw_estimate_condition_gmres (I, H) |
| subroutine, public 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 14 of file hecmw_estimate_condition.F90.
| subroutine, public hecmw_estimate_condition::hecmw_estimate_condition_gmres | ( | integer(kind=kint), intent(in) | I, |
| real(kind=kreal), dimension(:,:), intent(in) | H | ||
| ) |
Definition at line 102 of file hecmw_estimate_condition.F90.