OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
zero.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!|| zeror ../engine/source/system/zero.F
25!||--- called by ------------------------------------------------------
26!|| imp_buck ../engine/source/implicit/imp_buck.F
27!|| imp_chkm ../engine/source/implicit/imp_solv.F
28!|| imp_init ../engine/source/implicit/imp_init.F
29!|| imp_restarcp ../engine/source/implicit/imp_sol_init.F
30!|| int_matv ../engine/source/implicit/imp_int_k.F
31!|| int_matvp ../engine/source/implicit/imp_int_k.F
32!|| monv_m3 ../engine/source/airbag/monv_imp0.F
33!|| mv_matv ../engine/source/airbag/monv_imp0.F
34!|| resol ../engine/source/engine/resol.F
35!|| resol_init ../engine/source/engine/resol_init.F
36!|| rgwal0_imp ../engine/source/constraints/general/rwall/rgwal0.F
37!||====================================================================
38 SUBROUTINE zeror(A,N)
39C-----------------------------------------------
40C I m p l i c i t T y p e s
41C-----------------------------------------------
42#include "implicit_f.inc"
43C-----------------------------------------------
44C D u m m y A r g u m e n t s
45C-----------------------------------------------
46 INTEGER N
47C REAL
49 . a(3,*)
50C-----------------------------------------------
51C L o c a l V a r i a b l e s
52C-----------------------------------------------
53 INTEGER I
54C-----------------------------------------------
55 DO i=1,n
56 a(1,i)=zero
57 a(2,i)=zero
58 a(3,i)=zero
59 ENDDO
60 RETURN
61 END
62!||====================================================================
63!|| zero1 ../engine/source/system/zero.F
64!||--- called by ------------------------------------------------------
65!|| autspc ../engine/source/constraints/general/bcs/bc_imp0.F
66!|| clceig ../engine/source/constraints/general/bcs/bc_imp0.F
67!|| i2recu0 ../engine/source/interfaces/interf/i2_imp2.F
68!|| i2recu2 ../engine/source/interfaces/interf/i2_imp2.F
69!|| imp_chkm ../engine/source/implicit/imp_solv.F
70!|| imp_sol_init ../engine/source/implicit/imp_sol_init.F
71!|| imp_solv ../engine/source/implicit/imp_solv.F
72!|| ind_sld ../engine/source/mpi/implicit/imp_fri.F
73!|| nrmlzauspc ../engine/source/constraints/general/bcs/bc_imp0.F
74!|| rbe3cl ../engine/source/constraints/general/rbe3/rbe3f.F
75!|| rbe3t1 ../engine/source/constraints/general/rbe3/rbe3f.F
76!|| rbe3uf ../engine/source/constraints/general/rbe3/rbe3f.F
77!|| rbe3um ../engine/source/constraints/general/rbe3/rbe3f.F
78!|| resol ../engine/source/engine/resol.F
79!|| resol_init ../engine/source/engine/resol_init.F
80!|| set_ind_fr ../engine/source/mpi/implicit/imp_fri.F
81!|| sms_rbe3_prec ../engine/source/ams/sms_rbe3.F
82!|| sms_rbe3t1 ../engine/source/ams/sms_rbe3.F
83!||====================================================================
84 SUBROUTINE zero1(A,N)
85C-----------------------------------------------
86C I m p l i c i t T y p e s
87C-----------------------------------------------
88#include "implicit_f.inc"
89C-----------------------------------------------
90C D u m m y A r g u m e n t s
91C-----------------------------------------------
92 INTEGER N
93C REAL
95 . a(*)
96C-----------------------------------------------
97C L o c a l V a r i a b l e s
98C-----------------------------------------------
99 INTEGER I
100C-----------------------------------------------
101 DO i=1,n
102 a(i)=zero
103 ENDDO
104 RETURN
105 END
#define my_real
Definition cppsort.cpp:32
subroutine zeror(a, n)
Definition zero.F:39
subroutine zero1(a, n)
Definition zero.F:85