![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the source code of this file.
Modules | |
module | m_fstr_main |
Functions/Subroutines | |
subroutine | m_fstr_main::fstr_main () |
Startup routine for FrontISTR. More... | |
subroutine | m_fstr_main::fstr_init |
Initializer ! More... | |
subroutine | m_fstr_main::fstr_init_file |
Open all files preparing calculation. More... | |
subroutine | m_fstr_main::fstr_init_condition |
Read in control file and do all preparation. More... | |
subroutine | m_fstr_main::fstr_static_analysis |
Master subroutine of linear/nonlinear static analysis ! More... | |
subroutine | m_fstr_main::fstr_eigen_analysis |
Master subroutine of eigen analysis ! More... | |
subroutine | m_fstr_main::fstr_heat_analysis |
Master subroutine of heat analysis ! More... | |
subroutine | m_fstr_main::fstr_dynamic_analysis |
Master subroutine of dynamic analysis ! More... | |
subroutine | m_fstr_main::fstr_static_eigen_analysis |
Master subroutine of static -> eigen analysis ! More... | |
subroutine | m_fstr_main::fstr_finalize |
Finalizer ! More... | |
Variables | |
type(hecmwst_local_mesh), save | m_fstr_main::hecmesh |
type(hecmwst_matrix), save | m_fstr_main::hecmat |
type(hecmwst_matrix), save | m_fstr_main::conmat |
type(fstr_solid), save | m_fstr_main::fstrsolid |
type(hecmwst_matrix_lagrange), save | m_fstr_main::heclagmat |
type(fstr_heat), save | m_fstr_main::fstrheat |
type(fstr_eigen), save | m_fstr_main::fstreig |
type(fstr_dynamic), save | m_fstr_main::fstrdynamic |
type(hecmwst_result_data), save | m_fstr_main::fstrresult |
type(fstr_couple), save | m_fstr_main::fstrcpl |
type(fstr_freqanalysis), save | m_fstr_main::fstrfreq |
character(len=hecmw_filename_len) | m_fstr_main::name_id |