FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_result_f.f90 File Reference

Go to the source code of this file.

Modules

module  hecmw_result
 I/O and Utility.
 

Functions/Subroutines

subroutine, public hecmw_result::hecmw_nullify_result_data (P)
 
subroutine, public hecmw_result::hecmw_result_init (hecMESH, i_step, header, comment)
 
subroutine, public hecmw_result::hecmw_result_add (dtype, n_dof, label, data)
 
subroutine, public hecmw_result::hecmw_result_write_by_name (name_ID)
 
subroutine, public hecmw_result::hecmw_result_finalize ()
 
subroutine, public hecmw_result::hecmw_result_write_st_by_name (name_ID, result_data)
 
subroutine, public hecmw_result::hecmw_result_write_by_addfname (name_ID, addfname)
 
subroutine, public hecmw_result::hecmw_result_copy_f2c (result_data, ierr)
 
subroutine, public hecmw_result::hecmw_result_checkfile_by_name (name_ID, i_step, ierr)
 
subroutine, public hecmw_result::hecmw_result_read_by_name (hecMESH, name_ID, i_step, result)
 
subroutine, public hecmw_result::hecmw_result_copy_c2f (result, n_node, n_elem, ierr)
 
subroutine, public hecmw_result::hecmw_result_free (result_data)
 

Variables

integer(kind=kint), parameter, public hecmw_result::hecmw_result_dtype_node = 1
 
integer(kind=kint), parameter, public hecmw_result::hecmw_result_dtype_elem = 2
 
integer(kind=kint), parameter, public hecmw_result::hecmw_result_dtype_global = 3