OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
inter_cand_mod.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!|| inter_cand_mod ../starter/share/modules1/inter_cand_mod.F
25!||--- called by ------------------------------------------------------
26!|| dometis ../starter/source/spmd/domain_decomposition/grid2mat.F
27!|| i20ini3 ../starter/source/interfaces/inter3d1/i20ini3.F
28!|| inint3 ../starter/source/interfaces/inter3d1/inint3.F
29!|| inintr ../starter/source/interfaces/interf1/inintr.F
30!|| lectur ../starter/source/starter/lectur.F
31!|| update_weight_inter_type11 ../starter/source/spmd/domain_decomposition/update_weight_inter_type11.F
32!|| update_weight_inter_type2 ../starter/source/spmd/domain_decomposition/update_weight_inter_type2.F
33!|| update_weight_inter_type7 ../starter/source/spmd/domain_decomposition/update_weight_inter_type7.F
34!|| update_weight_inter_type_24_25 ../starter/source/spmd/domain_decomposition/update_weight_inter_type_24_25.F
35!|| update_weight_rbe3 ../starter/source/spmd/domain_decomposition/update_weight_rbe3.F
36!|| upgrade_ixint ../starter/source/interfaces/interf1/upgrade_ixint.F
37!||====================================================================
39
41 INTEGER :: s_ixint_1 = 8 !< 1rst dimension of IXINT array
42 INTEGER :: s_ixint_2 !< 2nd dimension of IXINT array
43 INTEGER, DIMENSION(:,:), ALLOCATABLE :: ixint !< "pseudo element" for interface (a segment + a secondary node)
44 INTEGER, DIMENSION(:), ALLOCATABLE :: address !< address array, dimension=ninter+1 (x) : adress of the first pair, (x+1)-(x) = number of pair for the interface x
45 END TYPE inter_cand_
46
47 END MODULE inter_cand_mod