![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
| subroutine, public | hecmw_solve_direct_serial_lag (nrows, ilag_sta, nttbr, pointers, indices, values, b) |
| subroutine | qqsort (iw, ik) |
| subroutine, public hecmw_solver_direct_serial_lag::hecmw_solve_direct_serial_lag | ( | integer(kind=kint), intent(in) | nrows, |
| integer(kind=kint), intent(in) | ilag_sta, | ||
| integer(kind=kint), intent(in) | nttbr, | ||
| integer(kind=kint), dimension(:), intent(in) | pointers, | ||
| integer(kind=kint), dimension(:), intent(in) | indices, | ||
| real(kind=kreal), dimension(:), intent(in) | values, | ||
| real(kind=kreal), dimension(:), intent(inout) | b | ||
| ) |
Definition at line 56 of file hecmw_solver_direct_serial_lag.f90.
| subroutine hecmw_solver_direct_serial_lag::qqsort | ( | integer(kind=kint), dimension(:), intent(out) | iw, |
| integer(kind=kint), intent(in) | ik | ||
| ) |
Definition at line 2195 of file hecmw_solver_direct_serial_lag.f90.