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

Go to the source code of this file.

Functions/Subroutines

subroutine h3d_write_vector (iok_part, is_written, vector, i, offset, nft, value)

Function/Subroutine Documentation

◆ h3d_write_vector()

subroutine h3d_write_vector ( integer, dimension(*) iok_part,
integer, dimension(*) is_written,
vector,
integer i,
integer offset,
integer nft,
value )

Definition at line 33 of file h3d_write_vector.F.

36C-----------------------------------------------
37C I m p l i c i t T y p e s
38C-----------------------------------------------
39#include "implicit_f.inc"
40C-----------------------------------------------
41C D u m m y A r g u m e n t s
42C-----------------------------------------------
44 . vector(3,*),value(3)
45 INTEGER IOK_PART(*),IS_WRITTEN(*)
46 INTEGER I,OFFSET,NFT
47C-----------------------------------------------
48C L o c a l V a r i a b l e s
49C-----------------------------------------------
50C
51 vector(1,offset+nft+i) = value(1)
52 vector(2,offset+nft+i) = value(2)
53 vector(3,offset+nft+i) = value(3)
54 IF(iok_part(i) == 1 ) is_written(offset+nft+i)= 1
55
56 RETURN
#define my_real
Definition cppsort.cpp:32