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

Go to the source code of this file.

Functions/Subroutines

subroutine fillxdp (x, xdp, d, ddp)

Function/Subroutine Documentation

◆ fillxdp()

subroutine fillxdp ( x,
double precision, dimension(3,*) xdp,
d,
double precision, dimension(3,*) ddp )

Definition at line 28 of file fillxdp.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33#include "com04_c.inc"
34C-----------------------------------------------
35C D u m m y A r g u m e n t s
36C-----------------------------------------------
37 my_real x(3,*),d(3,*)
38 DOUBLE PRECISION XDP(3,*),DDP(3,*)
39C-----------------------------------------------
40C L o c a l V a r i a b l e s
41C-----------------------------------------------
42 INTEGER NN
43
44
45 DO nn=1,numnod
46 xdp(1,nn)=x(1,nn)
47 xdp(2,nn)=x(2,nn)
48 xdp(3,nn)=x(3,nn)
49
50 ddp(1,nn)=d(1,nn)
51 ddp(2,nn)=d(2,nn)
52 ddp(3,nn)=d(3,nn)
53
54 ENDDO
55
56 RETURN
#define my_real
Definition cppsort.cpp:32