![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
HECMW_SOLVE_DIRECT is a program for the matrix direct solver. More...
Functions/Subroutines | |
| subroutine, public | hecmw_solve_direct (hecMESH, hecMAT, Ifmsg) |
| HECMW_SOLVE_DIRECT is a program for the matrix solver. More... | |
| subroutine | ptime (Cputim) |
| PTIME. More... | |
| subroutine | zpivot (Neqns, Neqnsz, Nttbr, Jcol, Irow, Zpiv, Ir) |
| ZPIVOT. More... | |
HECMW_SOLVE_DIRECT is a program for the matrix direct solver.
| subroutine, public hecmw_solver_direct::hecmw_solve_direct | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
| type (hecmwst_matrix), intent(inout) | hecMAT, | ||
| integer(kind=kint), intent(in) | Ifmsg | ||
| ) |
HECMW_SOLVE_DIRECT is a program for the matrix solver.
Definition at line 60 of file hecmw_solver_direct.f90.
| subroutine hecmw_solver_direct::ptime | ( | real(kind=kreal), intent(out) | Cputim | ) |
PTIME.
Definition at line 185 of file hecmw_solver_direct.f90.
| subroutine hecmw_solver_direct::zpivot | ( | integer(kind=kint), intent(in) | Neqns, |
| integer(kind=kint), intent(out) | Neqnsz, | ||
| integer(kind=kint), intent(in) | Nttbr, | ||
| integer(kind=kint), dimension(:), intent(in) | Jcol, | ||
| integer(kind=kint), dimension(:), intent(in) | Irow, | ||
| integer(kind=kint), dimension(:), intent(out) | Zpiv, | ||
| integer(kind=kint), intent(out) | Ir | ||
| ) |
ZPIVOT.
Definition at line 431 of file hecmw_solver_direct.f90.