![]() |
FrontISTR
5.8.0
Large-scale structural analysis program with finit element method
|
This module provides functions to output result. More...
Functions/Subroutines | |
| subroutine | fstr_dynamic_output (hecMESH, fstrSOLID, fstrDYNAMIC, fstrPARAM) |
| Output result. More... | |
| subroutine | fstr_dynamic_post (fnum, hecMESH, fstrSOLID, fstrDYNAMIC) |
| Summarizer of output data which prints out max and min output values. More... | |
| subroutine | dynamic_output_monit (hecMESH, fstrPARAM, fstrDYNAMIC, fstrEIG, fstrSOLID) |
| subroutine | matvec (y, x, hecMAT, ndof, D, AU, AL) |
This module provides functions to output result.
| subroutine m_dynamic_output::dynamic_output_monit | ( | type(hecmwst_local_mesh) | hecMESH, |
| type(fstr_param) | fstrPARAM, | ||
| type(fstr_dynamic) | fstrDYNAMIC, | ||
| type(fstr_eigen) | fstrEIG, | ||
| type(fstr_solid) | fstrSOLID | ||
| ) |
| subroutine m_dynamic_output::fstr_dynamic_output | ( | type(hecmwst_local_mesh), intent(in) | hecMESH, |
| type(fstr_solid), intent(inout) | fstrSOLID, | ||
| type(fstr_dynamic), intent(in) | fstrDYNAMIC, | ||
| type(fstr_param), intent(in) | fstrPARAM | ||
| ) |
Output result.
Definition at line 12 of file dynamic_output.f90.
| subroutine m_dynamic_output::fstr_dynamic_post | ( | integer, intent(in) | fnum, |
| type(hecmwst_local_mesh), intent(in) | hecMESH, | ||
| type(fstr_solid), intent(in) | fstrSOLID, | ||
| type(fstr_dynamic), intent(in) | fstrDYNAMIC | ||
| ) |
Summarizer of output data which prints out max and min output values.
Definition at line 98 of file dynamic_output.f90.
| subroutine m_dynamic_output::matvec | ( | real(kind=kreal), dimension(ndof*hecmat%np) | y, |
| real(kind=kreal), dimension(ndof*hecmat%np) | x, | ||
| type(hecmwst_matrix) | hecMAT, | ||
| integer(kind=kint) | ndof, | ||
| real(kind=kreal), dimension(ndof*ndof*hecmat%np) | D, | ||
| real(kind=kreal), dimension(ndof*ndof*hecmat%npu) | AU, | ||
| real(kind=kreal), dimension(ndof*ndof*hecmat%npl) | AL | ||
| ) |