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

Go to the source code of this file.

Functions/Subroutines

subroutine crk_coord_ini (addcne_crk, inod_crk, nodft, nodlt, x, nodlevxf)

Function/Subroutine Documentation

◆ crk_coord_ini()

subroutine crk_coord_ini ( integer, dimension(*) addcne_crk,
integer, dimension(*) inod_crk,
integer nodft,
integer nodlt,
x,
integer, dimension(*) nodlevxf )

Definition at line 32 of file crk_coord_ini.F.

33C-----------------------------------------------
35C-----------------------------------------------
36C I m p l i c i t T y p e s
37C-----------------------------------------------
38#include "implicit_f.inc"
39C-----------------------------------------------
40C C o m m o n B l o c k s
41C-----------------------------------------------
42C-----------------------------------------------------------------
43C D u m m y A r g u m e n t s
44C-----------------------------------------------
45 INTEGER NODFT,NODLT,ADDCNE_CRK(*),INOD_CRK(*),NODLEVXF(*)
46 my_real x(3,*)
47C-----------------------------------------------
48C L o c a l V a r i a b l e s
49C-----------------------------------------------
50 INTEGER I,KK,N,NX,NCT,NC,ILEV,NLEV
51C=======================================================================
52 DO n = nodft,nodlt
53 nx = inod_crk(n) ! no node systeme xfem
54 IF (nx > 0) THEN
55C---
56 nct = addcne_crk(nx)-1 ! premiere adresse sky du node NX (sys_xfem)
57 nc = addcne_crk(nx+1)-addcne_crk(nx) ! nb elements connectes au noeud
58C---
59c initialisation coord noeuds phantomes par ply
60c
61 nlev = nodlevxf(nx) ! mono/multi (nb ilev /node)
62 DO kk = nct+1, nct+nc
63 DO ilev=1,nlev
64 crkavx(ilev)%X(1,kk) = x(1,n)
65 crkavx(ilev)%X(2,kk) = x(2,n)
66 crkavx(ilev)%X(3,kk) = x(3,n)
67 END DO
68 END DO
69 ENDIF
70 ENDDO
71C-----------
72 RETURN
#define my_real
Definition cppsort.cpp:32
type(xfem_avx_), dimension(:), allocatable crkavx