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

This module contains functions to print out calculation settings. More...

Functions/Subroutines

subroutine dump_fstr_global
 This subroutine prints out global control parameters. More...
 
subroutine dump_fstr_param (p)
 This subroutine prints out solution control parameters. More...
 
subroutine dump_fstr_solid (s)
 This subroutine prints out data for static analysis. More...
 
subroutine dump_fstr_heat (h)
 This subroutine prints out data for heat conductive analysis. More...
 
subroutine dump_fstr_eigen (e)
 This subroutine prints out parameters for eigen analysis. More...
 
subroutine dump_fstr_dynamic (d)
 This subroutine prints out data for dynamic analysis. More...
 
subroutine dump_fstr_couple (c)
 This subroutine prints out coupleing analysis. More...
 

Detailed Description

This module contains functions to print out calculation settings.

Function/Subroutine Documentation

◆ dump_fstr_couple()

subroutine fstr_debug_dump::dump_fstr_couple ( type( fstr_couple c)

This subroutine prints out coupleing analysis.

Definition at line 301 of file fstr_debug_dump.f90.

◆ dump_fstr_dynamic()

subroutine fstr_debug_dump::dump_fstr_dynamic ( type( fstr_dynamic d)

This subroutine prints out data for dynamic analysis.

Definition at line 274 of file fstr_debug_dump.f90.

◆ dump_fstr_eigen()

subroutine fstr_debug_dump::dump_fstr_eigen ( type( fstr_eigen e)

This subroutine prints out parameters for eigen analysis.

Definition at line 263 of file fstr_debug_dump.f90.

◆ dump_fstr_global()

subroutine fstr_debug_dump::dump_fstr_global

This subroutine prints out global control parameters.

Definition at line 14 of file fstr_debug_dump.f90.

◆ dump_fstr_heat()

subroutine fstr_debug_dump::dump_fstr_heat ( type( fstr_heat h)

This subroutine prints out data for heat conductive analysis.

Definition at line 153 of file fstr_debug_dump.f90.

◆ dump_fstr_param()

subroutine fstr_debug_dump::dump_fstr_param ( type( fstr_param p)

This subroutine prints out solution control parameters.

Definition at line 41 of file fstr_debug_dump.f90.

◆ dump_fstr_solid()

subroutine fstr_debug_dump::dump_fstr_solid ( type( fstr_solid s)

This subroutine prints out data for static analysis.

Definition at line 81 of file fstr_debug_dump.f90.