![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
This module contains steady state frequency analysis. More...
Functions/Subroutines | |
subroutine | fstr_freq_result_init (hecmesh, numcomp, fstrresult) |
subroutine | fstr_freq_result_add (fstrresult, hecmesh, comp_index, ndof, label, vect) |
This module contains steady state frequency analysis.
subroutine fstr_frequency_visout::fstr_freq_result_add | ( | type(hecmwst_result_data), intent(inout) | fstrresult, |
type(hecmwst_local_mesh), intent(in) | hecmesh, | ||
integer(kind=kint), intent(in) | comp_index, | ||
integer(kind=kint), intent(in) | ndof, | ||
character(len=hecmw_name_len), intent(in) | label, | ||
real(kind=kreal), dimension(:), intent(in) | vect | ||
) |
Definition at line 28 of file fstr_frequency_analysis.f90.
subroutine fstr_frequency_visout::fstr_freq_result_init | ( | type(hecmwst_local_mesh), intent(in) | hecmesh, |
integer(kind=kint), intent(in) | numcomp, | ||
type(hecmwst_result_data), intent(inout) | fstrresult | ||
) |
Definition at line 11 of file fstr_frequency_analysis.f90.