![]() |
FrontISTR
5.9.0
Large-scale structural analysis program with finit element method
|
This module provides the entry point for ELEMCHECK (pre-analysis input validation) More...
Functions/Subroutines | |
| subroutine | fstr_input_precheck (hecMESH, hecMAT, fstrSOLID) |
| Main entry point (called from fistr_main) More... | |
| subroutine | fstr_get_thickness (hecMESH, mid, thick) |
| subroutine | hecmw_nonzero_profile (hecMESH, hecMAT) |
| Non-zero profile output for gnuplot visualization. More... | |
This module provides the entry point for ELEMCHECK (pre-analysis input validation)
| 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(inout) | hecMESH, |
| type(hecmwst_matrix), intent(in) | hecMAT, | ||
| type(fstr_solid), intent(in) | fstrSOLID | ||
| ) |
Main entry point (called from fistr_main)
Definition at line 19 of file fstr_precheck.f90.
| subroutine m_fstr_precheck::hecmw_nonzero_profile | ( | type(hecmwst_local_mesh) | hecMESH, |
| type(hecmwst_matrix) | hecMAT | ||
| ) |
Non-zero profile output for gnuplot visualization.
Definition at line 93 of file fstr_precheck.f90.