![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
Time points storage for output etc. More...
Data Fields | |
| character(len=80) | name |
| name of timepoints More... | |
| integer | n_points |
| integer | range_type |
| 1: Step time, 2: Total time More... | |
| real(kind=kreal), dimension(:), pointer | points => null() |
| values of time points More... | |
Time points storage for output etc.
Definition at line 14 of file m_timepoint.f90.
| integer m_timepoint::time_points::n_points |
Definition at line 16 of file m_timepoint.f90.
| character( len=80 ) m_timepoint::time_points::name |
name of timepoints
Definition at line 15 of file m_timepoint.f90.
| real(kind=kreal), dimension(:), pointer m_timepoint::time_points::points => null() |
values of time points
Definition at line 18 of file m_timepoint.f90.
| integer m_timepoint::time_points::range_type |
1: Step time, 2: Total time
Definition at line 17 of file m_timepoint.f90.