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

Go to the source code of this file.

Data Types

interface  hecmw_result::hecmw_result_write_st_init_if
 
interface  hecmw_result::hecmw_result_write_st_finalize_if
 
interface  hecmw_result::hecmw_result_write_st_by_name_if_c
 
interface  hecmw_result::hecmw_result_copy_c2f_set_if_c
 
interface  hecmw_result::hecmw_result_read_by_name_if_c
 
interface  hecmw_result::hecmw_result_read_finalize_if
 

Modules

module  hecmw_result
 I/O and Utility.
 

Functions/Subroutines

subroutine hecmw_result::hecmw_result_copy_f2c_set_if (sname, vname, src, ierr)
 
subroutine hecmw_result::hecmw_result_write_st_by_name_if (name_ID, ierr)
 
subroutine hecmw_result::hecmw_result_copy_c2f_set_if (sname, vname, dst, ierr)
 
subroutine hecmw_result::hecmw_result_read_by_name_if (name_ID, i_step, n_node, n_elem, ierr)
 
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