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

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)
 

Detailed Description

This module provides conversion routines between HEC data structure and DOF based sparse matrix structure (CSR/COO)

Function/Subroutine Documentation

◆ sparse_matrix_hec_get_rhs()

subroutine, public m_sparse_matrix_hec::sparse_matrix_hec_get_rhs ( type (sparse_matrix), intent(inout)  spmat,
type (hecmwst_matrix), intent(inout)  hecmat 
)

Definition at line 244 of file sparse_matrix_hec.f90.

Here is the caller graph for this function:

◆ sparse_matrix_hec_init_prof()

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.

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

◆ sparse_matrix_hec_set_conv_ext()

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.

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

◆ sparse_matrix_hec_set_prof()

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.

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

◆ sparse_matrix_hec_set_rhs()

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.

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

◆ sparse_matrix_hec_set_vals()

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.

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