OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
kinini.F
Go to the documentation of this file.
1Copyright> OpenRadioss
2Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3Copyright>
4Copyright> This program is free software: you can redistribute it and/or modify
5Copyright> it under the terms of the GNU Affero General Public License as published by
6Copyright> the Free Software Foundation, either version 3 of the License, or
7Copyright> (at your option) any later version.
8Copyright>
9Copyright> This program is distributed in the hope that it will be useful,
10Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12Copyright> GNU Affero General Public License for more details.
13Copyright>
14Copyright> You should have received a copy of the GNU Affero General Public License
15Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16Copyright>
17Copyright>
18Copyright> Commercial Alternative: Altair Radioss Software
19Copyright>
20Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21Copyright> software under a commercial license. Contact Altair to discuss further if the
22Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23!||====================================================================
24!|| kinini ../engine/source/constraints/general/kinini.F
25!||--- called by ------------------------------------------------------
26!|| resol_init ../engine/source/engine/resol_init.F
27!||====================================================================
28 SUBROUTINE kinini()
29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36#include "kincod_c.inc"
37C-----------------------------------------------
38C L o c a l V a r i a b l e s
39C-----------------------------------------------
40 INTEGER I
41C=======================================================================
42C
43 DO i=0,8191
44 ibc(i) = 1
45 iwl(i) = 1
46 irb(i) = 1
47 irb2(i)= 1
48 ivf(i) = 1
49 irv(i) = 1
50 ijo(i) = 1
51 irbm(i)= 1
52 ilmult(i)= 1
53 irlk(i)= 1
54 itf(i) = 1
55 ikrbe2(i) = 1
56 ikrbe3(i) = 1
57 IF (mod(i,2) < 1) ibc(i) = 0
58 IF (mod(i,4) < 2) itf(i) = 0
59 IF (mod(i,8) < 4) iwl(i) = 0
60 IF (mod(i,16) < 8) irb(i) = 0
61 IF (mod(i,32) < 16) ivf(i) = 0
62 IF (mod(i,64) < 32) irv(i) = 0
63 IF (mod(i,128) < 64) ijo(i) = 0
64 IF (mod(i,256) < 128) irb2(i) = 0
65 IF (mod(i,512) < 256) irbm(i) = 0
66 IF (mod(i,1024) < 512) ilmult(i)= 0
67 IF (mod(i,2048) < 1024)irlk(i) = 0
68 IF (mod(i,4096) < 2048)ikrbe2(i)= 0
69 IF (mod(i,8192) < 4096)ikrbe3(i)= 0
70 ENDDO
71c-----------
72 RETURN
73 END
subroutine kinini()
Definition kinini.F:29