 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
24 integer(kind=kint) :: INITIALIZED = 0
30 select case(hecmat%NDOF)
44 select case(hecmat%NDOF)
64 real(kind=
kreal),
intent(in) :: x(:)
65 real(kind=
kreal),
intent(out) :: y(:)
66 real(kind=
kreal),
intent(inout) :: commtime
67 select case(hecmat%NDOF)
subroutine, public hecmw_jad_matvec_33(hecMESH, hecMAT, X, Y, COMMtime)
integer(kind=kint) function, public hecmw_jad_is_initialized()
subroutine, public hecmw_jad_init_44(hecMAT)
Jagged Diagonal Matrix storage for vector processors. Original code was provided by JAMSTEC.
subroutine, public hecmw_jad_matvec_nn(hecMESH, hecMAT, X, Y, COMMtime)
subroutine, public hecmw_jad_init(hecMAT)
Jagged Diagonal Matrix storage for vector processors. Original code was provided by JAMSTEC.
subroutine, public hecmw_jad_matvec_44(hecMESH, hecMAT, X, Y, COMMtime)
integer(kind=4), parameter kreal
subroutine, public hecmw_jad_finalize(hecMAT)
Jagged Diagonal Matrix storage for vector processors. Original code was provided by JAMSTEC.
subroutine, public hecmw_jad_init_nn(hecMAT)
subroutine, public hecmw_jad_finalize_33()
subroutine, public hecmw_jad_init_33(hecMAT)
subroutine, public hecmw_jad_finalize_44()
Jagged Diagonal Matrix storage for vector processors. Original code was provided by JAMSTEC.
subroutine, public hecmw_jad_finalize_nn()
subroutine, public hecmw_jad_matvec(hecMESH, hecMAT, X, Y, COMMtime)