![]() |
FrontISTR 5.2.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.