![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine | hecmw_solve_iterative (hecmesh, hecmat) |
subroutine | hecmw_solve_check_zerodiag (hecmesh, hecmat) |
logical function | hecmw_solve_check_zerorhs (hecmesh, hecmat) |
subroutine | hecmw_solve_iterative_printmsg (hecmesh, hecmat, method) |
subroutine hecmw_solver_iterative::hecmw_solve_check_zerodiag | ( | type (hecmwst_local_mesh) | hecmesh, |
type (hecmwst_matrix), target | hecmat | ||
) |
Definition at line 175 of file hecmw_solver_Iterative.f90.
logical function hecmw_solver_iterative::hecmw_solve_check_zerorhs | ( | type (hecmwst_local_mesh) | hecmesh, |
type (hecmwst_matrix), target | hecmat | ||
) |
Definition at line 204 of file hecmw_solver_Iterative.f90.
subroutine hecmw_solver_iterative::hecmw_solve_iterative | ( | type (hecmwst_local_mesh) | hecmesh, |
type (hecmwst_matrix), target | hecmat | ||
) |
Definition at line 13 of file hecmw_solver_Iterative.f90.
subroutine hecmw_solver_iterative::hecmw_solve_iterative_printmsg | ( | type (hecmwst_local_mesh) | hecmesh, |
type (hecmwst_matrix), target | hecmat, | ||
integer(kind=kint) | method | ||
) |
Definition at line 245 of file hecmw_solver_Iterative.f90.