![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
This module provides function to check input data of IFSTR solver. More...
Functions/Subroutines | |
subroutine | fstr_get_thickness (hecmesh, mid, thick) |
subroutine | fstr_precheck (hecmesh, hecmat, soltype) |
subroutine | fstr_precheck_elem (hecmesh, hecmat) |
subroutine | hecmw_nonzero_profile (hecmesh, hecmat) |
This module provides function to check input data of IFSTR solver.
subroutine m_fstr_precheck::fstr_get_thickness | ( | type (hecmwst_local_mesh) | hecmesh, |
integer(kind=kint) | mid, | ||
real(kind=kreal) | thick | ||
) |
subroutine m_fstr_precheck::fstr_precheck | ( | type (hecmwst_local_mesh) | hecmesh, |
type (hecmwst_matrix ) | hecmat, | ||
integer(kind=kint) | soltype | ||
) |
Definition at line 29 of file fstr_precheck.f90.
subroutine m_fstr_precheck::fstr_precheck_elem | ( | type (hecmwst_local_mesh) | hecmesh, |
type (hecmwst_matrix) | hecmat | ||
) |
Definition at line 54 of file fstr_precheck.f90.
subroutine m_fstr_precheck::hecmw_nonzero_profile | ( | type (hecmwst_local_mesh) | hecmesh, |
type (hecmwst_matrix) | hecmat | ||
) |