![]() |
FrontISTR
5.9.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
| subroutine | fstr_eigen_residual (hecMESH, hecMAT, fstrEIG) |
| residual of the eigenproblem as solved, i.e. in the reduced space of the MPC elimination More... | |
| subroutine | fstr_eigen_output (hecMESH, hecMAT, fstrEIG) |
| subroutine | fstr_eigen_make_result_step (hecMESH, fstrEIG, fstrRESULT, istep) |
| subroutine | fstr_eigen_output_visual (hecMESH, fstrEIG, fstrRESULT) |
| subroutine | fstr_eigen_output_result (hecMESH, fstrEIG) |
| subroutine | eglist (hecMESH, hecMAT, fstrEIG) |
| Output eigenvalues and vectors. More... | |
| subroutine m_fstr_eig_output::eglist | ( | type(hecmwst_local_mesh) | hecMESH, |
| type(hecmwst_matrix) | hecMAT, | ||
| type(fstr_eigen) | fstrEIG | ||
| ) |
Output eigenvalues and vectors.
Definition at line 280 of file fstr_EIG_output.f90.
| subroutine m_fstr_eig_output::fstr_eigen_make_result_step | ( | type(hecmwst_local_mesh) | hecMESH, |
| type(fstr_eigen) | fstrEIG, | ||
| type(hecmwst_result_data) | fstrRESULT, | ||
| integer(kind=kint) | istep | ||
| ) |
| subroutine m_fstr_eig_output::fstr_eigen_output | ( | type(hecmwst_local_mesh) | hecMESH, |
| type(hecmwst_matrix) | hecMAT, | ||
| type(fstr_eigen) | fstrEIG | ||
| ) |
Definition at line 52 of file fstr_EIG_output.f90.
| subroutine m_fstr_eig_output::fstr_eigen_output_result | ( | type(hecmwst_local_mesh) | hecMESH, |
| type(fstr_eigen) | fstrEIG | ||
| ) |
| subroutine m_fstr_eig_output::fstr_eigen_output_visual | ( | type(hecmwst_local_mesh) | hecMESH, |
| type(fstr_eigen) | fstrEIG, | ||
| type(hecmwst_result_data) | fstrRESULT | ||
| ) |
Definition at line 190 of file fstr_EIG_output.f90.
| subroutine m_fstr_eig_output::fstr_eigen_residual | ( | type(hecmwst_local_mesh) | hecMESH, |
| type(hecmwst_matrix) | hecMAT, | ||
| type(fstr_eigen) | fstrEIG | ||
| ) |
residual of the eigenproblem as solved, i.e. in the reduced space of the MPC elimination
Definition at line 10 of file fstr_EIG_output.f90.