OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
c1buf3.F File Reference
#include "implicit_f.inc"
#include "vect01_c.inc"
#include "param_c.inc"
#include "remesh_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine c1buf3 (geo, thk, off, thke, kshtree, shtree)

Function/Subroutine Documentation

◆ c1buf3()

subroutine c1buf3 ( geo,
thk,
off,
thke,
integer kshtree,
integer, dimension(kshtree,*) shtree )

Definition at line 31 of file c1buf3.F.

32C-----------------------------------------------
33C I m p l i c i t T y p e s
34C-----------------------------------------------
35#include "implicit_f.inc"
36C-----------------------------------------------
37C C o m m o n B l o c k s
38C-----------------------------------------------
39#include "vect01_c.inc"
40#include "param_c.inc"
41#include "remesh_c.inc"
42C-----------------------------------------------
43C D u m m y A r g u m e n t s
44C-----------------------------------------------
45 INTEGER KSHTREE, SHTREE(KSHTREE,*)
47 . geo(npropg,*), thk(*), off(*),thke(*)
48C-----------------------------------------------
49C L o c a l V a r i a b l e s
50C-----------------------------------------------
51 INTEGER I,N
52C=======================================================================
53 IF(nadmesh==0)THEN
54 DO i=lft,llt
55 thk(i)=thke(i)
56 off(i)=one
57 END DO
58 ELSE
59 DO i=lft,llt
60 thk(i)=thke(i)
61 n=nft+i
62 IF(shtree(3,n)>=0)THEN
63 off(i)=one
64 ELSE
65 off(i)=-one
66 END IF
67 END DO
68 END IF
69C-----------
70 RETURN
#define my_real
Definition cppsort.cpp:32