![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
I/O and Utility. More...
Data Types | |
interface | hecmw_result_write_st_init_if |
interface | hecmw_result_write_st_finalize_if |
interface | hecmw_result_write_st_by_name_if_c |
interface | hecmw_result_copy_c2f_set_if_c |
interface | hecmw_result_read_by_name_if_c |
interface | hecmw_result_read_finalize_if |
Functions/Subroutines | |
subroutine | hecmw_result_copy_f2c_set_if (sname, vname, src, ierr) |
subroutine | hecmw_result_write_st_by_name_if (name_ID, ierr) |
subroutine | hecmw_result_copy_c2f_set_if (sname, vname, dst, ierr) |
subroutine | hecmw_result_read_by_name_if (name_ID, i_step, n_node, n_elem, ierr) |
subroutine, public | hecmw_nullify_result_data (P) |
subroutine, public | hecmw_result_init (hecMESH, i_step, header, comment) |
subroutine, public | hecmw_result_add (dtype, n_dof, label, data) |
subroutine, public | hecmw_result_write_by_name (name_ID) |
subroutine, public | hecmw_result_finalize () |
subroutine, public | hecmw_result_write_st_by_name (name_ID, result_data) |
subroutine, public | hecmw_result_write_by_addfname (name_ID, addfname) |
subroutine, public | hecmw_result_copy_f2c (result_data, ierr) |
subroutine, public | hecmw_result_checkfile_by_name (name_ID, i_step, ierr) |
subroutine, public | hecmw_result_read_by_name (hecMESH, name_ID, i_step, result) |
subroutine, public | hecmw_result_copy_c2f (result, n_node, n_elem, ierr) |
subroutine, public | hecmw_result_free (result_data) |
Variables | |
integer(kind=kint), parameter, public | hecmw_result_dtype_node = 1 |
integer(kind=kint), parameter, public | hecmw_result_dtype_elem = 2 |
integer(kind=kint), parameter, public | hecmw_result_dtype_global = 3 |
I/O and Utility.
subroutine, public hecmw_result::hecmw_nullify_result_data | ( | type( hecmwst_result_data ) | P | ) |
subroutine, public hecmw_result::hecmw_result_add | ( | integer(kind=kint) | dtype, |
integer(kind=kint) | n_dof, | ||
character(len=hecmw_name_len) | label, | ||
real(kind=kreal), dimension(:) | data | ||
) |
subroutine, public hecmw_result::hecmw_result_checkfile_by_name | ( | character(len=hecmw_name_len), intent(in) | name_ID, |
integer(kind=kint), intent(in) | i_step, | ||
integer(kind=kint), intent(out) | ierr | ||
) |
Definition at line 324 of file hecmw_result_f.f90.
subroutine, public hecmw_result::hecmw_result_copy_c2f | ( | type(hecmwst_result_data) | result, |
integer(kind=kint) | n_node, | ||
integer(kind=kint) | n_elem, | ||
integer(kind=kint) | ierr | ||
) |
Definition at line 404 of file hecmw_result_f.f90.
subroutine hecmw_result::hecmw_result_copy_c2f_set_if | ( | character(len=*), target | sname, |
character(len=*), target | vname, | ||
type(*), dimension(..), target | dst, | ||
integer(c_int) | ierr | ||
) |
Definition at line 121 of file hecmw_result_f.f90.
subroutine, public hecmw_result::hecmw_result_copy_f2c | ( | type(hecmwst_result_data), intent(in) | result_data, |
integer(kind=kint), intent(inout) | ierr | ||
) |
Definition at line 229 of file hecmw_result_f.f90.
subroutine hecmw_result::hecmw_result_copy_f2c_set_if | ( | character(len=*), target | sname, |
character(len=*), target | vname, | ||
type(*), dimension(..), target | src, | ||
integer(c_int) | ierr | ||
) |
Definition at line 106 of file hecmw_result_f.f90.
subroutine, public hecmw_result::hecmw_result_finalize |
subroutine, public hecmw_result::hecmw_result_free | ( | type(hecmwst_result_data), intent(inout) | result_data | ) |
Definition at line 507 of file hecmw_result_f.f90.
subroutine, public hecmw_result::hecmw_result_init | ( | type(hecmwst_local_mesh) | hecMESH, |
integer(kind=kint) | i_step, | ||
character(len=hecmw_header_len) | header, | ||
character(len=hecmw_msg_len) | comment | ||
) |
subroutine, public hecmw_result::hecmw_result_read_by_name | ( | type(hecmwst_local_mesh), intent(in) | hecMESH, |
character(len=hecmw_name_len), intent(in) | name_ID, | ||
integer(kind=kint), intent(in) | i_step, | ||
type(hecmwst_result_data), intent(inout) | result | ||
) |
Definition at line 333 of file hecmw_result_f.f90.
subroutine hecmw_result::hecmw_result_read_by_name_if | ( | character(len=*), target | name_ID, |
integer(c_int) | i_step, | ||
integer(c_int) | n_node, | ||
integer(c_int) | n_elem, | ||
integer(c_int) | ierr | ||
) |
Definition at line 129 of file hecmw_result_f.f90.
subroutine, public hecmw_result::hecmw_result_write_by_addfname | ( | character(len=hecmw_name_len) | name_ID, |
character(len=hecmw_name_len) | addfname | ||
) |
subroutine, public hecmw_result::hecmw_result_write_by_name | ( | character(len=hecmw_name_len) | name_ID | ) |
subroutine, public hecmw_result::hecmw_result_write_st_by_name | ( | character(len=hecmw_name_len) | name_ID, |
type(hecmwst_result_data) | result_data | ||
) |
subroutine hecmw_result::hecmw_result_write_st_by_name_if | ( | character(len=*), target | name_ID, |
integer(c_int) | ierr | ||
) |
Definition at line 114 of file hecmw_result_f.f90.
integer(kind=kint), parameter, public hecmw_result::hecmw_result_dtype_elem = 2 |
Definition at line 52 of file hecmw_result_f.f90.
integer(kind=kint), parameter, public hecmw_result::hecmw_result_dtype_global = 3 |
Definition at line 53 of file hecmw_result_f.f90.
integer(kind=kint), parameter, public hecmw_result::hecmw_result_dtype_node = 1 |
Definition at line 51 of file hecmw_result_f.f90.