![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Data Fields | |
character(len=hecmw_filename_len) | cond_name |
integer | node_elem |
node =0; element =1 | |
integer | grpid |
integer, dimension(:), pointer | intval => null() |
if -1, not initialized, otherwise dof number | |
real(kind=kreal), dimension(:), pointer | realval => null() |
initial value | |
Definition at line 128 of file m_fstr.f90.
character(len=hecmw_filename_len) m_fstr::tinitialcondition::cond_name |
Definition at line 129 of file m_fstr.f90.
integer m_fstr::tinitialcondition::grpid |
Definition at line 131 of file m_fstr.f90.
integer, dimension(:), pointer m_fstr::tinitialcondition::intval => null() |
if -1, not initialized, otherwise dof number
Definition at line 132 of file m_fstr.f90.
integer m_fstr::tinitialcondition::node_elem |
node =0; element =1
Definition at line 130 of file m_fstr.f90.
real(kind=kreal), dimension(:), pointer m_fstr::tinitialcondition::realval => null() |
initial value
Definition at line 133 of file m_fstr.f90.