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

Go to the source code of this file.

Functions/Subroutines

subroutine h3d_write_sh_tensor (iok_part, iselect, is_written, tensor, i, offset, nft, value)

Function/Subroutine Documentation

◆ h3d_write_sh_tensor()

subroutine h3d_write_sh_tensor ( integer, dimension(*) iok_part,
integer iselect,
integer, dimension(*) is_written,
tensor,
integer i,
integer offset,
integer nft,
value )

Definition at line 28 of file h3d_write_sh_tensor.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 . tensor(3,*),value(5)
40 INTEGER IOK_PART(*),IS_WRITTEN(*)
41 INTEGER I,OFFSET,NFT,ISELECT
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 tensor(1,offset+nft+i) = value(1)
46 tensor(2,offset+nft+i) = VALUE(2)
47 tensor(3,offset+nft+i) = value(3)
48 IF(iok_part(i) == 1 .AND. iselect == 1) is_written(offset+nft+i)= 1
49 value(1:5) = zero
50
51 RETURN
#define my_real
Definition cppsort.cpp:32