![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Jagged Diagonal Matrix storage for vector processors. Original code was provided by JAMSTEC. More...
Functions/Subroutines | |
subroutine, public | hecmw_jad_init (hecmat) |
subroutine, public | hecmw_jad_finalize (hecmat) |
integer(kind=kint) function, public | hecmw_jad_is_initialized () |
subroutine, public | hecmw_jad_matvec (hecmesh, hecmat, x, y, commtime) |
Jagged Diagonal Matrix storage for vector processors. Original code was provided by JAMSTEC.
subroutine, public hecmw_jad_type::hecmw_jad_finalize | ( | type(hecmwst_matrix) | hecmat | ) |
Definition at line 41 of file hecmw_jadm.f90.
subroutine, public hecmw_jad_type::hecmw_jad_init | ( | type(hecmwst_matrix) | hecmat | ) |
Definition at line 28 of file hecmw_jadm.f90.
integer(kind=kint) function, public hecmw_jad_type::hecmw_jad_is_initialized |
Definition at line 55 of file hecmw_jadm.f90.
subroutine, public hecmw_jad_type::hecmw_jad_matvec | ( | type(hecmwst_local_mesh), intent(in) | hecmesh, |
type(hecmwst_matrix), intent(in), target | hecmat, | ||
real(kind=kreal), dimension(:), intent(in) | x, | ||
real(kind=kreal), dimension(:), intent(out) | y, | ||
real(kind=kreal), intent(inout) | commtime | ||
) |
Definition at line 60 of file hecmw_jadm.f90.