FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
m_fstr::tinitialcondition Type Reference
Collaboration diagram for m_fstr::tinitialcondition:

Data Fields

character(len=hecmw_filename_len) cond_name
 
integer node_elem
 node =0; element =1 More...
 
integer grpid
 
integer, dimension(:), pointer intval => null()
 if -1, not initialized, otherwise dof number More...
 
real(kind=kreal), dimension(:), pointer realval => null()
 initial value More...
 

Detailed Description

Definition at line 144 of file m_fstr.f90.

Field Documentation

◆ cond_name

character(len=hecmw_filename_len) m_fstr::tinitialcondition::cond_name

Definition at line 145 of file m_fstr.f90.

◆ grpid

integer m_fstr::tinitialcondition::grpid

Definition at line 147 of file m_fstr.f90.

◆ intval

integer, dimension(:), pointer m_fstr::tinitialcondition::intval => null()

if -1, not initialized, otherwise dof number

Definition at line 148 of file m_fstr.f90.

◆ node_elem

integer m_fstr::tinitialcondition::node_elem

node =0; element =1

Definition at line 146 of file m_fstr.f90.

◆ realval

real(kind=kreal), dimension(:), pointer m_fstr::tinitialcondition::realval => null()

initial value

Definition at line 149 of file m_fstr.f90.


The documentation for this type was generated from the following file: