FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
m_out::output_info Type Reference

output information More...

Collaboration diagram for m_out::output_info:

Data Fields

integer num_items
 number of output items More...
 
character(len=maxnamelen), dimension(maxout) keyword
 name of output variables More...
 
integer, dimension(maxout) vtype
 0:not defined; -1:scaler; -2:vector; -3:symmetric tensor; -4:tensor >0: user given number of viariable components More...
 
logical, dimension(maxout) on
 if output needed More...
 
character(hecmw_name_len) grp_id_name
 output nodal or elemental group name More...
 
integer grp_id
 
integer actn
 0: do nothing; 1: sum More...
 

Detailed Description

output information

Definition at line 17 of file m_out.f90.

Field Documentation

◆ actn

integer m_out::output_info::actn

0: do nothing; 1: sum

Definition at line 25 of file m_out.f90.

◆ grp_id

integer m_out::output_info::grp_id

Definition at line 24 of file m_out.f90.

◆ grp_id_name

character(hecmw_name_len) m_out::output_info::grp_id_name

output nodal or elemental group name

Definition at line 23 of file m_out.f90.

◆ keyword

character(len=maxnamelen), dimension(maxout) m_out::output_info::keyword

name of output variables

Definition at line 19 of file m_out.f90.

◆ num_items

integer m_out::output_info::num_items

number of output items

Definition at line 18 of file m_out.f90.

◆ on

logical, dimension(maxout) m_out::output_info::on

if output needed

Definition at line 22 of file m_out.f90.

◆ vtype

integer, dimension(maxout) m_out::output_info::vtype

0:not defined; -1:scaler; -2:vector; -3:symmetric tensor; -4:tensor >0: user given number of viariable components

Definition at line 20 of file m_out.f90.


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