![]() |
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_nn (hecmat) |
subroutine, public | hecmw_jad_finalize_nn () |
integer(kind=kint) function, public | hecmw_jad_is_initialized_nn () |
subroutine, public | hecmw_jad_matvec_nn (hecmesh, hecmat, x, y, commtime) |
Jagged Diagonal Matrix storage for vector processors. Original code was provided by JAMSTEC.
subroutine, public hecmw_jad_type_nn::hecmw_jad_finalize_nn |
subroutine, public hecmw_jad_type_nn::hecmw_jad_init_nn | ( | type(hecmwst_matrix) | hecmat | ) |
integer(kind=kint) function, public hecmw_jad_type_nn::hecmw_jad_is_initialized_nn |
Definition at line 51 of file hecmw_jadm_nn.f90.
subroutine, public hecmw_jad_type_nn::hecmw_jad_matvec_nn | ( | 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 56 of file hecmw_jadm_nn.f90.