FrontISTR  5.9.0
Large-scale structural analysis program with finit element method
tying.f90 File Reference

Go to the source code of this file.

Modules

module  mitc_tying
 MITC assumed-strain tying-point rules.
 

Functions/Subroutines

integer function, public mitc_tying::numoftyingsets (etype)
 Number of tying-point sets used by an MITC shell element. More...
 
integer function, public mitc_tying::numoftyingpoints (etype, iset)
 Number of tying points in one tying set. More...
 
subroutine, public mitc_tying::gettyingpoint (etype, iset, ip, pos)
 Natural coordinate of one MITC tying point. More...
 

Variables

real(kind=kreal), dimension(6, 2), parameter, public mitc_tying::mitc9_xi_sign = reshape((/ -1.0d0, 1.0d0, 1.0d0, -1.0d0, 1.0d0, -1.0d0, -1.0d0, 0.0d0, 1.0d0, 1.0d0, 0.0d0, -1.0d0 /), (/ 6, 2 /))
 Sign patterns used by the MITC9 interpolation polynomials. More...
 
real(kind=kreal), dimension(6, 2), parameter, public mitc_tying::mitc9_eta_sign = reshape((/ -1.0d0, -1.0d0, 1.0d0, 1.0d0, 0.0d0, 0.0d0, -1.0d0, -1.0d0, -1.0d0, 1.0d0, 1.0d0, 1.0d0 /), (/ 6, 2 /))