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

Go to the source code of this file.

Functions/Subroutines

subroutine h3d_write_torsor (iok_part, is_written, torsor, nel, offset, nft, value)

Function/Subroutine Documentation

◆ h3d_write_torsor()

subroutine h3d_write_torsor ( integer, dimension(*) iok_part,
integer, dimension(*) is_written,
torsor,
integer nel,
integer offset,
integer nft,
value )

Definition at line 28 of file h3d_write_torsor.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C D u m m y A r g u m e n t s
37C-----------------------------------------------
39 . torsor(9,*),value(9,*)
40 INTEGER IOK_PART(*),IS_WRITTEN(*)
41 INTEGER OFFSET,NFT,NEL
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 INTEGER I
46C-----------------------------------------------
47C
48 DO i=1,nel
49 torsor(1,offset+nft+i) = value(1,i)
50c TORSOR(2,OFFSET+NFT+I) = VALUE(2,I)
51c TORSOR(3,OFFSET+NFT+I) = VALUE(3,I)
52c TORSOR(4,OFFSET+NFT+I) = VALUE(4,I)
53c TORSOR(5,OFFSET+NFT+I) = VALUE(5,I)
54c TORSOR(6,OFFSET+NFT+I) = VALUE(6,I)
55c TORSOR(7,OFFSET+NFT+I) = VALUE(7,I)
56c TORSOR(8,OFFSET+NFT+I) = VALUE(8,I)
57c TORSOR(9,OFFSET+NFT+I) = VALUE(9,I)
58 IF(iok_part(i) == 1 ) is_written(offset+nft+i)= 1
59 ENDDO
60
61 RETURN
#define my_real
Definition cppsort.cpp:32