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

Go to the source code of this file.

Functions/Subroutines

subroutine w_knotlocpc (knotlocpc, knotlocpc_l, maxgeo, numnod_l, nodlocal)

Function/Subroutine Documentation

◆ w_knotlocpc()

subroutine w_knotlocpc ( knotlocpc,
knotlocpc_l,
integer maxgeo,
integer numnod_l,
integer, dimension(*) nodlocal )

Definition at line 29 of file w_knotlocpc.F.

30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C C o m m o n B l o c k s
36C-----------------------------------------------
37#include "ige3d_c.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER NUMNOD_L,MAXGEO,NODLOCAL(*)
43 . knotlocpc(deg_max,3,*),knotlocpc_l(deg_max,3,*)
44C-----------------------------------------------
45C L o c a l V a r i a b l e s
46C-----------------------------------------------
47 INTEGER I, J, K, L, DECALGEO
48C-----------------------------------------------
49
50 DO i = 1, maxgeo
51 decalgeo=(i-1)*numnod_l
52 DO l=1,numnod_l
53 DO j = 1, 3
54 DO k = 1, deg_max !4*3
55 knotlocpc_l(k,j,decalgeo+nodlocal(l)) = knotlocpc(k,j,decalgeo+l)
56 ENDDO
57 ENDDO
58 ENDDO
59 ENDDO
60C
61 RETURN
#define my_real
Definition cppsort.cpp:32