![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
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... | |
Definition at line 10 of file m_common_struct.f90.
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.
integer, dimension(3) m_common_struct::tlocalcoordsys::node_id |
nodes' ID
Definition at line 15 of file m_common_struct.f90.
character(len=128) m_common_struct::tlocalcoordsys::sys_name |
Definition at line 11 of file m_common_struct.f90.
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.