FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
fstr_frequency_visout Module Reference

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)
 

Detailed Description

This module contains steady state frequency analysis.

Function/Subroutine Documentation

◆ fstr_freq_result_add()

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 29 of file fstr_frequency_analysis.f90.

◆ fstr_freq_result_init()

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 12 of file fstr_frequency_analysis.f90.