#include "implicit_f.inc"
#include "scr14_c.inc"
Go to the source code of this file.
|
| subroutine | r3tors (for, df, tani, h3d_data, nel) |
◆ r3tors()
| subroutine r3tors |
( |
| for, |
|
|
| df, |
|
|
| tani, |
|
|
type(h3d_database) | h3d_data, |
|
|
integer, intent(in) | nel ) |
Definition at line 30 of file r3tors.F.
33
34
35
37
38
39
40#include "implicit_f.inc"
41
42
43
44#include "scr14_c.inc"
45
46
47
48 INTEGER, INTENT(IN) :: NEL
50 .
for(*),df(*),tani(15,*)
51 TYPE(H3D_DATABASE) :: H3D_DATA
52
53
54
55 INTEGER I
56
57 IF (anim_ft(1) /= 0 .OR. h3d_data%UND_FORC /= 0)THEN
58 DO i=1,nel
59 tani(1,i)=
for(i)+df(i)
60 tani(2,i)= zero
61 tani(3,i)= zero
62 tani(4,i)=
for(i)-df(i)
63 tani(5,i)= zero
64 tani(6,i)= zero
65 ENDDO
66 ENDIF
67
68 RETURN
for(i8=*sizetab-1;i8 >=0;i8--)