FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_ML_helper_33_f.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine hecmw_ml_getrow_33 (id, n_requested_rows, requested_rows, allocated_space, cols, values, row_lengths, ierr)
 
subroutine hecmw_ml_matvec_33 (id, in_length, p, out_length, ap, ierr)
 
subroutine hecmw_ml_comm_33 (id, x, ierr)
 
subroutine hecmw_ml_smoother_diag_setup_33 (id, ierr)
 
subroutine hecmw_ml_smoother_diag_apply_33 (id, x_length, x, rhs_length, rhs, ierr)
 
subroutine hecmw_ml_smoother_diag_clear_33 (id, ierr)
 
subroutine hecmw_ml_smoother_ssor_setup_33 (id, ierr)
 
subroutine hecmw_ml_smoother_ssor_apply_33 (id, x_length, x, rhs_length, rhs, ierr)
 
subroutine hecmw_ml_smoother_ssor_clear_33 (id, ierr)
 

Function/Subroutine Documentation

◆ hecmw_ml_comm_33()

subroutine hecmw_ml_comm_33 ( integer(kind=kint), intent(in)  id,
real(kind=kreal), dimension(*), intent(inout)  x,
integer(kind=kint), intent(out)  ierr 
)

Definition at line 90 of file hecmw_ML_helper_33_f.f90.

Here is the call graph for this function:

◆ hecmw_ml_getrow_33()

subroutine hecmw_ml_getrow_33 ( integer(kind=kint), intent(in)  id,
integer(kind=kint), intent(in)  n_requested_rows,
integer(kind=kint), dimension(n_requested_rows), intent(in)  requested_rows,
integer(kind=kint), intent(in)  allocated_space,
integer(kind=kint), dimension(allocated_space), intent(out)  cols,
real(kind=kreal), dimension(allocated_space), intent(out)  values,
integer(kind=kint), dimension(n_requested_rows), intent(out)  row_lengths,
integer(kind=kint), intent(out)  ierr 
)

Definition at line 8 of file hecmw_ML_helper_33_f.f90.

Here is the call graph for this function:

◆ hecmw_ml_matvec_33()

subroutine hecmw_ml_matvec_33 ( integer(kind=kint), intent(in)  id,
integer(kind=kint), intent(in)  in_length,
real(kind=kreal), dimension(in_length), intent(in)  p,
integer(kind=kint), intent(in)  out_length,
real(kind=kreal), dimension(out_length), intent(out)  ap,
integer(kind=kint), intent(out)  ierr 
)

Definition at line 65 of file hecmw_ML_helper_33_f.f90.

Here is the call graph for this function:

◆ hecmw_ml_smoother_diag_apply_33()

subroutine hecmw_ml_smoother_diag_apply_33 ( integer(kind=kint), intent(in)  id,
integer(kind=kint), intent(in)  x_length,
real(kind=kreal), dimension(x_length), intent(inout)  x,
integer(kind=kint), intent(in)  rhs_length,
real(kind=kreal), dimension(rhs_length), intent(in)  rhs,
integer(kind=kint), intent(out)  ierr 
)

Definition at line 119 of file hecmw_ML_helper_33_f.f90.

Here is the call graph for this function:

◆ hecmw_ml_smoother_diag_clear_33()

subroutine hecmw_ml_smoother_diag_clear_33 ( integer(kind=kint), intent(in)  id,
integer(kind=kint), intent(out)  ierr 
)

Definition at line 159 of file hecmw_ML_helper_33_f.f90.

Here is the call graph for this function:

◆ hecmw_ml_smoother_diag_setup_33()

subroutine hecmw_ml_smoother_diag_setup_33 ( integer(kind=kint), intent(in)  id,
integer(kind=kint), intent(out)  ierr 
)

Definition at line 105 of file hecmw_ML_helper_33_f.f90.

Here is the call graph for this function:

◆ hecmw_ml_smoother_ssor_apply_33()

subroutine hecmw_ml_smoother_ssor_apply_33 ( integer(kind=kint), intent(in)  id,
integer(kind=kint), intent(in)  x_length,
real(kind=kreal), dimension(x_length), intent(inout)  x,
integer(kind=kint), intent(in)  rhs_length,
real(kind=kreal), dimension(rhs_length), intent(in)  rhs,
integer(kind=kint), intent(out)  ierr 
)

Definition at line 187 of file hecmw_ML_helper_33_f.f90.

Here is the call graph for this function:

◆ hecmw_ml_smoother_ssor_clear_33()

subroutine hecmw_ml_smoother_ssor_clear_33 ( integer(kind=kint), intent(in)  id,
integer(kind=kint), intent(out)  ierr 
)

Definition at line 227 of file hecmw_ML_helper_33_f.f90.

Here is the call graph for this function:

◆ hecmw_ml_smoother_ssor_setup_33()

subroutine hecmw_ml_smoother_ssor_setup_33 ( integer(kind=kint), intent(in)  id,
integer(kind=kint), intent(out)  ierr 
)

Definition at line 173 of file hecmw_ML_helper_33_f.f90.

Here is the call graph for this function: