![]() |
FrontISTR
5.7.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 42 of file hecmw_jadm.f90.
subroutine, public hecmw_jad_type::hecmw_jad_init | ( | type(hecmwst_matrix) | hecMAT | ) |
Definition at line 29 of file hecmw_jadm.f90.
integer(kind=kint) function, public hecmw_jad_type::hecmw_jad_is_initialized |
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 61 of file hecmw_jadm.f90.