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

Go to the source code of this file.

Functions/Subroutines

subroutine h3d_write_vectors (iok_part, is_written, vector, nel, offset, nft, value, is_written_vector)

Function/Subroutine Documentation

◆ h3d_write_vectors()

subroutine h3d_write_vectors ( integer, dimension(*) iok_part,
integer, dimension(*) is_written,
vector,
integer nel,
integer offset,
integer nft,
value,
integer, dimension(*), intent(in) is_written_vector )

Definition at line 28 of file h3d_write_vectors.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 . vector(3,*),value(3,*)
40 INTEGER IOK_PART(*),IS_WRITTEN(*)
41 INTEGER NEL,OFFSET,NFT
42 INTEGER, DIMENSION(*), INTENT(IN) :: IS_WRITTEN_VECTOR
43C-----------------------------------------------
44C L o c a l V a r i a b l e s
45C-----------------------------------------------
46 INTEGER :: I
47C-----------------------------------------------
48C
49 DO i=1,nel
50 vector(1,offset+nft+i) = value(1,i)
51 vector(2,offset+nft+i) = value(2,i)
52 vector(3,offset+nft+i) = value(3,i)
53 IF(iok_part(i) == 1 .AND. is_written_vector(i) == 1) is_written(offset+nft+i)= 1
54 value(1:3,i) = zero
55 ENDDO
56
57 RETURN
#define my_real
Definition cppsort.cpp:32