OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
dsphcnt.F File Reference
#include "implicit_f.inc"
#include "com01_c.inc"
#include "sphcom.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine dsphcnt (nesph, nnsph, nesphg, nnsphg)

Function/Subroutine Documentation

◆ dsphcnt()

subroutine dsphcnt ( integer nesph,
integer nnsph,
integer nesphg,
integer nnsphg )

Definition at line 30 of file dsphcnt.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C C o m m o n B l o c k s
37C-----------------------------------------------
38#include "com01_c.inc"
39#include "sphcom.inc"
40C-----------------------------------------------
41C D u m m y A r g u m e n t s
42C-----------------------------------------------
43 INTEGER NESPH, NNSPH, NESPHG, NNSPHG
44C-----------------------------------------------
45C L o c a l V a r i a b l e s
46C-----------------------------------------------
47 IF (numsph+maxpjet==0) GOTO 100
48C-----------------------------------------------
49C
50 nesph = nesph + numsph+maxpjet
51 nnsph = nnsph + 4*(numsph+maxpjet)
52
53 nesphg = nesph
54 nnsphg = nnsph
55C
56 IF (nspmd > 1) THEN
57 CALL spmd_glob_isum9(nesphg,1)
58 CALL spmd_glob_isum9(nnsphg,1)
59 ENDIF
60C-----------------------------------------------
61 100 CONTINUE
62 RETURN
subroutine spmd_glob_isum9(v, len)
Definition spmd_th.F:523