FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_solver_las Module Reference

Functions/Subroutines

subroutine, public hecmw_matvec (hecMESH, hecMAT, X, Y, COMMtime)
 
subroutine, public hecmw_matvec_set_async (hecMAT)
 
subroutine, public hecmw_matvec_unset_async
 
subroutine, public hecmw_matresid (hecMESH, hecMAT, X, B, R, COMMtime)
 
real(kind=kreal) function, public hecmw_rel_resid_l2 (hecMESH, hecMAT, COMMtime)
 
subroutine, public hecmw_tvec (hecMESH, ndof, X, Y, COMMtime)
 
subroutine, public hecmw_ttvec (hecMESH, ndof, X, Y, COMMtime)
 
subroutine, public hecmw_ttmattvec (hecMESH, hecMAT, X, Y, W, COMMtime)
 
subroutine, public hecmw_matvec_clear_timer
 
real(kind=kreal) function, public hecmw_matvec_get_timer ()
 
subroutine, public hecmw_mat_diag_sr (hecMESH, hecMAT, COMMtime)
 
subroutine, public hecmw_mat_add (hecMAT1, hecMAT2, hecMAT3)
 
subroutine, public hecmw_mat_multiple (hecMAT, alpha)
 

Function/Subroutine Documentation

◆ hecmw_mat_add()

subroutine, public hecmw_solver_las::hecmw_mat_add ( type (hecmwst_matrix), intent(inout), target  hecMAT1,
type (hecmwst_matrix), intent(inout), target  hecMAT2,
type (hecmwst_matrix), intent(inout), target  hecMAT3 
)

Definition at line 270 of file hecmw_solver_las.f90.

Here is the call graph for this function:

◆ hecmw_mat_diag_sr()

subroutine, public hecmw_solver_las::hecmw_mat_diag_sr ( type (hecmwst_local_mesh), intent(in)  hecMESH,
type (hecmwst_matrix), intent(inout), target  hecMAT,
real(kind=kreal), intent(inout), optional  COMMtime 
)

Definition at line 252 of file hecmw_solver_las.f90.

Here is the call graph for this function:

◆ hecmw_mat_multiple()

subroutine, public hecmw_solver_las::hecmw_mat_multiple ( type (hecmwst_matrix), intent(inout), target  hecMAT,
real(kind=kreal), intent(in)  alpha 
)

Definition at line 280 of file hecmw_solver_las.f90.

Here is the call graph for this function:

◆ hecmw_matresid()

subroutine, public hecmw_solver_las::hecmw_matresid ( type (hecmwst_local_mesh), intent(in)  hecMESH,
type (hecmwst_matrix), intent(in)  hecMAT,
real(kind=kreal), dimension(:), intent(in)  X,
real(kind=kreal), dimension(:), intent(in)  B,
real(kind=kreal), dimension(:), intent(out)  R,
real(kind=kreal), intent(inout), optional  COMMtime 
)

Definition at line 95 of file hecmw_solver_las.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_matvec()

subroutine, public hecmw_solver_las::hecmw_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), optional  COMMtime 
)

Definition at line 43 of file hecmw_solver_las.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_matvec_clear_timer()

subroutine, public hecmw_solver_las::hecmw_matvec_clear_timer

Definition at line 231 of file hecmw_solver_las.f90.

Here is the caller graph for this function:

◆ hecmw_matvec_get_timer()

real(kind=kreal) function, public hecmw_solver_las::hecmw_matvec_get_timer

Definition at line 241 of file hecmw_solver_las.f90.

Here is the caller graph for this function:

◆ hecmw_matvec_set_async()

subroutine, public hecmw_solver_las::hecmw_matvec_set_async ( type (hecmwst_matrix), intent(in)  hecMAT)

Definition at line 74 of file hecmw_solver_las.f90.

Here is the caller graph for this function:

◆ hecmw_matvec_unset_async()

subroutine, public hecmw_solver_las::hecmw_matvec_unset_async

Definition at line 86 of file hecmw_solver_las.f90.

Here is the caller graph for this function:

◆ hecmw_rel_resid_l2()

real(kind=kreal) function, public hecmw_solver_las::hecmw_rel_resid_l2 ( type ( hecmwst_local_mesh ), intent(in)  hecMESH,
type ( hecmwst_matrix ), intent(in)  hecMAT,
real(kind=kreal), intent(inout), optional  COMMtime 
)

Definition at line 125 of file hecmw_solver_las.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_ttmattvec()

subroutine, public hecmw_solver_las::hecmw_ttmattvec ( type (hecmwst_local_mesh), intent(in)  hecMESH,
type (hecmwst_matrix), intent(in)  hecMAT,
real(kind=kreal), dimension(:), intent(in)  X,
real(kind=kreal), dimension(:), intent(out)  Y,
real(kind=kreal), dimension(:), intent(out)  W,
real(kind=kreal), intent(inout)  COMMtime 
)

Definition at line 205 of file hecmw_solver_las.f90.

Here is the call graph for this function:

◆ hecmw_ttvec()

subroutine, public hecmw_solver_las::hecmw_ttvec ( type (hecmwst_local_mesh), intent(in)  hecMESH,
integer(kind=kint), intent(in)  ndof,
real(kind=kreal), dimension(:), intent(in)  X,
real(kind=kreal), dimension(:), intent(out)  Y,
real(kind=kreal), intent(inout)  COMMtime 
)

Definition at line 180 of file hecmw_solver_las.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_tvec()

subroutine, public hecmw_solver_las::hecmw_tvec ( type (hecmwst_local_mesh), intent(in)  hecMESH,
integer(kind=kint), intent(in)  ndof,
real(kind=kreal), dimension(:), intent(in)  X,
real(kind=kreal), dimension(:), intent(out)  Y,
real(kind=kreal), intent(inout)  COMMtime 
)

Definition at line 154 of file hecmw_solver_las.f90.

Here is the call graph for this function:
Here is the caller graph for this function: