OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
mid_pid_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!|| mid_pid_mod ../starter/share/modules1/mid_pid_mod.F
25!||--- called by ------------------------------------------------------
26!|| ddsplit ../starter/source/restart/ddsplit/ddsplit.F
27!|| dometis ../starter/source/spmd/domain_decomposition/grid2mat.F
28!|| init_mid_pid_array ../starter/source/spmd/tools/init_mid_pid_array.F
29!|| initwg ../starter/source/spmd/domain_decomposition/initwg.F
30!|| initwg_shell ../starter/source/spmd/domain_decomposition/initwg_shell.F
31!|| initwg_solid ../starter/source/spmd/domain_decomposition/initwg_solid.F
32!|| initwg_tri ../starter/source/spmd/domain_decomposition/initwg_tri.F
33!|| lectur ../starter/source/starter/lectur.F
34!|| w_tabmat_prop ../starter/source/restart/ddsplit/w_tabmat_prop.F
35!||====================================================================
37C-----------------------------------------------
38C m y _ r e a l
39C-----------------------------------------------
40#include "my_real.inc"
41C-----------------------------------------------
42C D e r i v e d T y p e D e f i n i t i o n s
43C-----------------------------------------------
45!--------------------------------------------------------------------
46! MID_PID_SHELL(MID)%PID1D( : ) --> (mid ; pid) pair
47! MID_PID_SHELL(MID)%NBR_PID --> number of pid per mid
48! MID_PID_SHELL(MID)%COST1D( : ) --> element cost for each (mid ; pid)
49!--------------------------------------------------------------------
50 INTEGER, DIMENSION(:), ALLOCATABLE :: pid1d
51 my_real, DIMENSION(:), ALLOCATABLE :: cost1d
52 INTEGER :: nbr_pid
53 END TYPE mid_pid_type
54C
55 END MODULE mid_pid_mod
#define my_real
Definition cppsort.cpp:32