Go to the source code of this file.
|
| module | mitc_tying |
| | MITC assumed-strain tying-point rules.
|
| |
|
| 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 /)) |
| |