OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
cbatran3v.F
Go to the documentation of this file.
1Copyright> OpenRadioss
2Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3Copyright>
4Copyright> This program is free software: you can redistribute it and/or modify
5Copyright> it under the terms of the GNU Affero General Public License as published by
6Copyright> the Free Software Foundation, either version 3 of the License, or
7Copyright> (at your option) any later version.
8Copyright>
9Copyright> This program is distributed in the hope that it will be useful,
10Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12Copyright> GNU Affero General Public License for more details.
13Copyright>
14Copyright> You should have received a copy of the GNU Affero General Public License
15Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16Copyright>
17Copyright>
18Copyright> Commercial Alternative: Altair Radioss Software
19Copyright>
20Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21Copyright> software under a commercial license. Contact Altair to discuss further if the
22Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23!||====================================================================
24!|| cbatran3v ../engine/source/elements/solid/solidez/cbatran3v.F
25!||--- called by ------------------------------------------------------
26!|| c33stif2el ../engine/source/elements/solid/solidez/c33stif2el.f
27!|| mdama24 ../engine/source/elements/solid/solidez/mdama24.F
28!|| mstiforthv ../engine/source/elements/solid/solidez/mstiforthv.F
29!||====================================================================
30 SUBROUTINE cbatran3v(JFT ,JLT ,VQI ,KK,VQJ,ISYM)
31C---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8
32#include "implicit_f.inc"
33#include "mvsiz_p.inc"
34C-----------------------------------------------
35C D U M M Y A R G U M E N T S
36C-----------------------------------------------
37 INTEGER JFT,JLT,ISYM
38 my_real
39 . vqi(mvsiz,3,3), vqj(mvsiz,3,3),kk(mvsiz,3,3)
40C-----------------------------------------------
41C LOCAL A R G U M E N T S
42C-----------------------------------------------
43 INTEGER I,J,EP
45 . k(mvsiz,3,3)
46C-----------------------------------------------
47 IF (isym==1) THEN
48 DO i=1,3
49 DO j=i,3
50 DO ep=jft,jlt
51 k(ep,i,j)=vqi(ep,1,i)*(kk(ep,1,1)*vqj(ep,1,j)+
52 1 kk(ep,1,2)*vqj(ep,2,j)+kk(ep,1,3)*vqj(ep,3,j))+
53 2 vqi(ep,2,i)*(kk(ep,1,2)*vqj(ep,1,j)+
54 3 kk(ep,2,2)*vqj(ep,2,j)+kk(ep,2,3)*vqj(ep,3,j))+
55 4 vqi(ep,3,i)*(kk(ep,1,3)*vqj(ep,1,j)+
56 5 kk(ep,2,3)*vqj(ep,2,j)+kk(ep,3,3)*vqj(ep,3,j))
57 ENDDO
58 ENDDO
59 ENDDO
60C
61 DO i=1,3
62 DO j=i,3
63 DO ep=jft,jlt
64 kk(ep,i,j)= k(ep,i,j)
65 ENDDO
66 ENDDO
67 ENDDO
68 ELSE
69 DO i=1,3
70 DO j=1,3
71 DO ep=jft,jlt
72 k(ep,i,j)=vqi(ep,1,i)*(kk(ep,1,1)*vqj(ep,1,j)+
73 1 kk(ep,1,2)*vqj(ep,2,j)+kk(ep,1,3)*vqj(ep,3,j))+
74 2 vqi(ep,2,i)*(kk(ep,2,1)*vqj(ep,1,j)+
75 3 kk(ep,2,2)*vqj(ep,2,j)+kk(ep,2,3)*vqj(ep,3,j))+
76 4 vqi(ep,3,i)*(kk(ep,3,1)*vqj(ep,1,j)+
77 5 kk(ep,3,2)*vqj(ep,2,j)+kk(ep,3,3)*vqj(ep,3,j))
78 ENDDO
79 ENDDO
80 ENDDO
81C
82 DO i=1,3
83 DO j=1,3
84 DO ep=jft,jlt
85 kk(ep,i,j)= k(ep,i,j)
86 ENDDO
87 ENDDO
88 ENDDO
89 ENDIF
90 RETURN
91 END
subroutine c33stif2el(nel, qc, qcg, qgc, qg, c33, cc, g33, cg)
Definition c33stif2el.F:32
subroutine cbatran3v(jft, jlt, vqi, kk, vqj, isym)
Definition cbatran3v.F:31
#define my_real
Definition cppsort.cpp:32