OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
m24anim.F File Reference
#include "implicit_f.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine m24anim (dam, ang, damglo, nel, r11, r12, r13, r21, r22, r23, r31, r32, r33)

Function/Subroutine Documentation

◆ m24anim()

subroutine m24anim ( dam,
ang,
damglo,
integer nel,
intent(in) r11,
intent(in) r12,
intent(in) r13,
intent(in) r21,
intent(in) r22,
intent(in) r23,
intent(in) r31,
intent(in) r32,
intent(in) r33 )

Definition at line 32 of file m24anim.F.

35C-----------------------------------------------
36C I m p l i c i t T y p e s
37C-----------------------------------------------
38#include "implicit_f.inc"
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
42 INTEGER NEL
44 . damglo(nel,6), ang(nel,6), dam(nel,3)
45 my_real, DIMENSION(NEL), INTENT(IN) :: r11,r12,r13,r21,r22,r23,r31,r32,r33
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49 INTEGER I
50C=======================================================================
51 DO i=1,nel
52 damglo(i,1)=dam(i,1)
53 damglo(i,2)=dam(i,2)
54 damglo(i,3)=dam(i,3)
55 damglo(i,4)=zero
56 damglo(i,5)=zero
57 damglo(i,6)=zero
58 ENDDO
59c
60 CALL udam24(damglo,ang,nel)
61c
62 CALL aglo24(nel,damglo,r11,r12,r13,
63 . r21,r22,r23,r31,r32,r33)
64c-----------
65 RETURN
subroutine aglo24(nel, sig, r11, r12, r13, r21, r22, r23, r31, r32, r33)
Definition aglo24.F:31
#define my_real
Definition cppsort.cpp:32
subroutine udam24(sig, ang, nel)
Definition udam24.F:29