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

Functions/Subroutines

subroutine, public hecmw_mat_dump (hecMAT, hecMESH)
 
subroutine, public hecmw_mat_dump_rhs (hecMAT)
 
subroutine, public hecmw_mat_dump_solution (hecMAT)
 

Variables

integer(kind=kint), parameter, public hecmw_mat_dump_type_none = 0
 
integer(kind=kint), parameter, public hecmw_mat_dump_type_mm = 1
 
integer(kind=kint), parameter, public hecmw_mat_dump_type_csr = 2
 
integer(kind=kint), parameter, public hecmw_mat_dump_type_bsr = 3
 

Function/Subroutine Documentation

◆ hecmw_mat_dump()

subroutine, public hecmw_matrix_dump::hecmw_mat_dump ( type(hecmwst_matrix hecMAT,
type(hecmwst_local_mesh hecMESH 
)

Definition at line 32 of file hecmw_matrix_dump.f90.

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

◆ hecmw_mat_dump_rhs()

subroutine, public hecmw_matrix_dump::hecmw_mat_dump_rhs ( type(hecmwst_matrix hecMAT)

Definition at line 310 of file hecmw_matrix_dump.f90.

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

◆ hecmw_mat_dump_solution()

subroutine, public hecmw_matrix_dump::hecmw_mat_dump_solution ( type(hecmwst_matrix hecMAT)

Definition at line 340 of file hecmw_matrix_dump.f90.

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

Variable Documentation

◆ hecmw_mat_dump_type_bsr

integer(kind=kint), parameter, public hecmw_matrix_dump::hecmw_mat_dump_type_bsr = 3

Definition at line 25 of file hecmw_matrix_dump.f90.

◆ hecmw_mat_dump_type_csr

integer(kind=kint), parameter, public hecmw_matrix_dump::hecmw_mat_dump_type_csr = 2

Definition at line 24 of file hecmw_matrix_dump.f90.

◆ hecmw_mat_dump_type_mm

integer(kind=kint), parameter, public hecmw_matrix_dump::hecmw_mat_dump_type_mm = 1

Definition at line 23 of file hecmw_matrix_dump.f90.

◆ hecmw_mat_dump_type_none

integer(kind=kint), parameter, public hecmw_matrix_dump::hecmw_mat_dump_type_none = 0

Definition at line 22 of file hecmw_matrix_dump.f90.