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

Data Fields

character(len=128) sys_name
 
integer sys_type
 type of material or local coordinate system; first digit: 1- Cartesian 2- Cylinder 3- Sphere second digit: 0- coordinate; 1-nodes 2-local nodes More...
 
integer, dimension(3) node_id
 nodes' ID More...
 
real(kind=kreal), dimension(3, 3) coordsys
 variables when second digit=0 More...
 

Detailed Description

Definition at line 10 of file m_common_struct.f90.

Field Documentation

◆ coordsys

real(kind=kreal), dimension(3, 3) m_common_struct::tlocalcoordsys::coordsys

variables when second digit=0

Definition at line 16 of file m_common_struct.f90.

◆ node_id

integer, dimension(3) m_common_struct::tlocalcoordsys::node_id

nodes' ID

Definition at line 15 of file m_common_struct.f90.

◆ sys_name

character(len=128) m_common_struct::tlocalcoordsys::sys_name

Definition at line 11 of file m_common_struct.f90.

◆ sys_type

integer m_common_struct::tlocalcoordsys::sys_type

type of material or local coordinate system; first digit: 1- Cartesian 2- Cylinder 3- Sphere second digit: 0- coordinate; 1-nodes 2-local nodes

Definition at line 12 of file m_common_struct.f90.


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