![]() |
FrontISTR
5.8.0
Large-scale structural analysis program with finit element method
|
This module provides conversion routines between HEC data structure and DOF based sparse matrix structure (CSR/COO) More...
Functions/Subroutines | |
| subroutine, public | sparse_matrix_hec_init_prof (spMAT, hecMAT, hecMESH) |
| subroutine, public | sparse_matrix_hec_set_conv_ext (spMAT, hecMESH, ndof) |
| subroutine, public | sparse_matrix_hec_set_prof (spMAT, hecMAT) |
| subroutine, public | sparse_matrix_hec_set_vals (spMAT, hecMAT) |
| subroutine, public | sparse_matrix_hec_set_rhs (spMAT, hecMAT) |
| subroutine, public | sparse_matrix_hec_get_rhs (spMAT, hecMAT) |
This module provides conversion routines between HEC data structure and DOF based sparse matrix structure (CSR/COO)
| subroutine, public m_sparse_matrix_hec::sparse_matrix_hec_get_rhs | ( | type (sparse_matrix), intent(inout) | spMAT, |
| type (hecmwst_matrix), intent(inout) | hecMAT | ||
| ) |
| subroutine, public m_sparse_matrix_hec::sparse_matrix_hec_init_prof | ( | type (sparse_matrix), intent(inout) | spMAT, |
| type (hecmwst_matrix), intent(in) | hecMAT, | ||
| type (hecmwst_local_mesh), intent(in) | hecMESH | ||
| ) |
Definition at line 26 of file sparse_matrix_hec.f90.
| subroutine, public m_sparse_matrix_hec::sparse_matrix_hec_set_conv_ext | ( | type(sparse_matrix), intent(inout) | spMAT, |
| type (hecmwst_local_mesh), intent(in) | hecMESH, | ||
| integer(kind=kint), intent(in) | ndof | ||
| ) |
Definition at line 48 of file sparse_matrix_hec.f90.
| subroutine, public m_sparse_matrix_hec::sparse_matrix_hec_set_prof | ( | type(sparse_matrix), intent(inout) | spMAT, |
| type(hecmwst_matrix), intent(in) | hecMAT | ||
| ) |
Definition at line 74 of file sparse_matrix_hec.f90.
| subroutine, public m_sparse_matrix_hec::sparse_matrix_hec_set_rhs | ( | type (sparse_matrix), intent(inout) | spMAT, |
| type (hecmwst_matrix), intent(in) | hecMAT | ||
| ) |
Definition at line 229 of file sparse_matrix_hec.f90.
| subroutine, public m_sparse_matrix_hec::sparse_matrix_hec_set_vals | ( | type(sparse_matrix), intent(inout) | spMAT, |
| type(hecmwst_matrix), intent(in) | hecMAT | ||
| ) |
Definition at line 148 of file sparse_matrix_hec.f90.