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

Go to the source code of this file.

Functions/Subroutines

subroutine create_h3d_parts_all (h3d_data, ipart)

Function/Subroutine Documentation

◆ create_h3d_parts_all()

subroutine create_h3d_parts_all ( type (h3d_database) h3d_data,
integer, dimension(lipart1,*) ipart )

Definition at line 33 of file create_h3d_parts_all.F.

34C-----------------------------------------------
35C M o d u l e s
36C-----------------------------------------------
38 USE h3d_mod
39C-----------------------------------------------
40C I m p l i c i t T y p e s
41C-----------------------------------------------
42#include "implicit_f.inc"
43C-----------------------------------------------
44C D u m m y A r g u m e n t s
45C-----------------------------------------------
46 TYPE (H3D_DATABASE) :: H3D_DATA
47 INTEGER IPART(LIPART1,*)
48C-----------------------------------------------
49C C o m m o n B l o c k s
50C-----------------------------------------------
51#include "com04_c.inc"
52#include "scr17_c.inc"
53C-----------------------------------------------
54C E x t e r n a l F u n c t i o n s
55C-----------------------------------------------
56 INTEGER NVAR
57C-----------------------------------------------
58C L o c a l V a r i a b l e s
59C-----------------------------------------------
60 CHARACTER(LEN=NCHARLINE100) :: CARTE,CARTE1
61 INTEGER I,J,L,N_H3D_PART
62C=========================================================================
63
64 ALLOCATE(h3d_data%PARTS(1)%PART(npart))
65c
66 DO i=1,npart
67 h3d_data%PARTS(1)%PART(i) = 1
68c print *,'I,PARTS(1)%PART(I)',I,H3D_DATA%PARTS(1)%PART(I)
69 ENDDO
70
71
72 RETURN
73 999 print *,'error lecture'
74 CALL arret(0)
integer, parameter ncharline100
subroutine arret(nn)
Definition arret.F:87