FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_solver_las_nn Module Reference

Functions/Subroutines

subroutine, public hecmw_matvec_nn (hecmesh, hecmat, x, y, time_ax, commtime)
 
subroutine, public hecmw_matvec_nn_set_async (hecmat)
 
subroutine, public hecmw_matvec_nn_unset_async
 
subroutine, public hecmw_matresid_nn (hecmesh, hecmat, x, b, r, commtime)
 
real(kind=kreal) function, public hecmw_rel_resid_l2_nn (hecmesh, hecmat, commtime)
 
subroutine, public hecmw_tvec_nn (hecmesh, ndof, x, y, commtime)
 
subroutine, public hecmw_ttvec_nn (hecmesh, ndof, x, y, commtime)
 
subroutine, public hecmw_ttmattvec_nn (hecmesh, hecmat, x, y, w, commtime)
 
subroutine, public hecmw_mat_diag_sr_nn (hecmesh, hecmat, commtime)
 
subroutine, public hecmw_mat_add_nn (hecmat1, hecmat2, hecmat3)
 
subroutine, public hecmw_mat_multiple_nn (hecmat, alpha)
 

Function/Subroutine Documentation

◆ hecmw_mat_add_nn()

subroutine, public hecmw_solver_las_nn::hecmw_mat_add_nn ( type (hecmwst_matrix hecmat1,
type (hecmwst_matrix hecmat2,
type (hecmwst_matrix hecmat3 
)

Definition at line 538 of file hecmw_solver_las_nn.f90.

Here is the caller graph for this function:

◆ hecmw_mat_diag_sr_nn()

subroutine, public hecmw_solver_las_nn::hecmw_mat_diag_sr_nn ( type (hecmwst_local_mesh), intent(in)  hecmesh,
type (hecmwst_matrix), intent(inout), target  hecmat,
real(kind=kreal), intent(inout), optional  commtime 
)

Definition at line 501 of file hecmw_solver_las_nn.f90.

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

◆ hecmw_mat_multiple_nn()

subroutine, public hecmw_solver_las_nn::hecmw_mat_multiple_nn ( type (hecmwst_matrix hecmat,
real(kind=kreal), intent(in)  alpha 
)

Definition at line 557 of file hecmw_solver_las_nn.f90.

Here is the caller graph for this function:

◆ hecmw_matresid_nn()

subroutine, public hecmw_solver_las_nn::hecmw_matresid_nn ( 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 320 of file hecmw_solver_las_nn.f90.

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

◆ hecmw_matvec_nn()

subroutine, public hecmw_solver_las_nn::hecmw_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)  time_ax,
real(kind=kreal), intent(inout), optional  commtime 
)

Definition at line 36 of file hecmw_solver_las_nn.f90.

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

◆ hecmw_matvec_nn_set_async()

subroutine, public hecmw_solver_las_nn::hecmw_matvec_nn_set_async ( type (hecmwst_matrix), intent(in)  hecmat)

Definition at line 68 of file hecmw_solver_las_nn.f90.

◆ hecmw_matvec_nn_unset_async()

subroutine, public hecmw_solver_las_nn::hecmw_matvec_nn_unset_async

Definition at line 109 of file hecmw_solver_las_nn.f90.

Here is the call graph for this function:

◆ hecmw_rel_resid_l2_nn()

real(kind=kreal) function, public hecmw_solver_las_nn::hecmw_rel_resid_l2_nn ( type ( hecmwst_local_mesh ), intent(in)  hecmesh,
type ( hecmwst_matrix ), intent(in)  hecmat,
real(kind=kreal), intent(inout), optional  commtime 
)

Definition at line 349 of file hecmw_solver_las_nn.f90.

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

◆ hecmw_ttmattvec_nn()

subroutine, public hecmw_solver_las_nn::hecmw_ttmattvec_nn ( 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 481 of file hecmw_solver_las_nn.f90.

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

◆ hecmw_ttvec_nn()

subroutine, public hecmw_solver_las_nn::hecmw_ttvec_nn ( 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 432 of file hecmw_solver_las_nn.f90.

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

◆ hecmw_tvec_nn()

subroutine, public hecmw_solver_las_nn::hecmw_tvec_nn ( 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 384 of file hecmw_solver_las_nn.f90.

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