![]() |
FrontISTR
5.7.1
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_input_precheck (hecMESH, hecMAT, fstrSOLID) |
| fstr_input_precheck ! More... | |
| 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_input_precheck | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
| type (hecmwst_matrix), intent(in) | hecMAT, | ||
| type(fstr_solid), intent(in) | fstrSOLID | ||
| ) |
fstr_input_precheck !
Definition at line 13 of file fstr_precheck.f90.
| subroutine m_fstr_precheck::fstr_precheck | ( | type (hecmwst_local_mesh) | hecMESH, |
| type (hecmwst_matrix ) | hecMAT, | ||
| integer(kind=kint) | soltype | ||
| ) |
| subroutine m_fstr_precheck::fstr_precheck_elem | ( | type (hecmwst_local_mesh) | hecMESH, |
| type (hecmwst_matrix) | hecMAT | ||
| ) |
Definition at line 94 of file fstr_precheck.f90.
| subroutine m_fstr_precheck::hecmw_nonzero_profile | ( | type (hecmwst_local_mesh) | hecMESH, |
| type (hecmwst_matrix) | hecMAT | ||
| ) |