FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
m_timepoint::time_points Type Reference

Time points storage for output etc. More...

Collaboration diagram for m_timepoint::time_points:

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...
 

Detailed Description

Time points storage for output etc.

Definition at line 14 of file m_timepoint.f90.

Field Documentation

◆ n_points

integer m_timepoint::time_points::n_points

of time points

Definition at line 16 of file m_timepoint.f90.

◆ name

character( len=80 ) m_timepoint::time_points::name

name of timepoints

Definition at line 15 of file m_timepoint.f90.

◆ points

real(kind=kreal), dimension(:), pointer m_timepoint::time_points::points => null()

values of time points

Definition at line 18 of file m_timepoint.f90.

◆ range_type

integer m_timepoint::time_points::range_type

1: Step time, 2: Total time

Definition at line 17 of file m_timepoint.f90.


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