FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_result Module Reference

I/O and Utility. More...

Data Types

type  hecmwst_result_data
 

Functions/Subroutines

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)
 

Detailed Description

I/O and Utility.

Function/Subroutine Documentation

◆ hecmw_nullify_result_data()

subroutine, public hecmw_result::hecmw_nullify_result_data ( type( hecmwst_result_data p)

Definition at line 59 of file hecmw_result_f.f90.

Here is the caller graph for this function:

◆ hecmw_result_add()

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 
)

Definition at line 128 of file hecmw_result_f.f90.

Here is the call graph for this function:

◆ hecmw_result_checkfile_by_name()

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 292 of file hecmw_result_f.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_result_copy_c2f()

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 372 of file hecmw_result_f.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_result_copy_f2c()

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 200 of file hecmw_result_f.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_result_finalize()

subroutine, public hecmw_result::hecmw_result_finalize

Definition at line 167 of file hecmw_result_f.f90.

Here is the call graph for this function:

◆ hecmw_result_free()

subroutine, public hecmw_result::hecmw_result_free ( type(hecmwst_result_data), intent(inout)  result_data)

Definition at line 472 of file hecmw_result_f.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_result_init()

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 
)

Definition at line 76 of file hecmw_result_f.f90.

Here is the call graph for this function:

◆ hecmw_result_read_by_name()

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 301 of file hecmw_result_f.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_result_write_by_addfname()

subroutine, public hecmw_result::hecmw_result_write_by_addfname ( character(len=hecmw_name_len name_id,
character(len=hecmw_name_len addfname 
)

Definition at line 191 of file hecmw_result_f.f90.

Here is the call graph for this function:

◆ hecmw_result_write_by_name()

subroutine, public hecmw_result::hecmw_result_write_by_name ( character(len=hecmw_name_len name_id)

Definition at line 158 of file hecmw_result_f.f90.

Here is the call graph for this function:

◆ hecmw_result_write_st_by_name()

subroutine, public hecmw_result::hecmw_result_write_st_by_name ( character(len=hecmw_name_len name_id,
type(hecmwst_result_data result_data 
)

Definition at line 175 of file hecmw_result_f.f90.

Here is the call graph for this function: