OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
fvstats.F File Reference
#include "implicit_f.inc"
#include "com01_c.inc"
#include "task_c.inc"
#include "units_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine fvstats (monvol)

Function/Subroutine Documentation

◆ fvstats()

subroutine fvstats ( integer, dimension(*) monvol)

Definition at line 35 of file fvstats.F.

36C-----------------------------------------------
37C M o d u l e s
38C-----------------------------------------------
39 USE fvbag_mod
40C-----------------------------------------------
41C I m p l i c i t T y p e s
42C-----------------------------------------------
43#include "implicit_f.inc"
44C-----------------------------------------------
45C C o m m o n B l o c k s
46C-----------------------------------------------
47#include "com01_c.inc"
48#include "task_c.inc"
49#include "units_c.inc"
50C-----------------------------------------------
51C D u m m y A r g u m e n t s
52C-----------------------------------------------
53 INTEGER MONVOL(*)
54C-----------------------------------------------
55C L o c a l V a r i a b l e s
56C-----------------------------------------------
57 INTEGER IWIOUT
58C
59 IF(nfvbag == 0) RETURN
60
61 CALL fvstats1(iout,monvol,0)
62C
63 IF (nspmd > 1) THEN
64 iwiout = 0
65 IF(ispmd /= 0 ) CALL spmd_chkw(iwiout,iout)
66 CALL spmd_allglob_isum9(iwiout,1)
67 CALL spmd_wiout(iout,iwiout)
68 ENDIF
69C
70 RETURN
subroutine fvstats1(iout, monvol, info)
Definition fvstats1.F:32
integer nfvbag
Definition fvbag_mod.F:127
subroutine spmd_allglob_isum9(v, len)
subroutine spmd_chkw(iwiout, iout)
Definition spmd_chkw.F:38
subroutine spmd_wiout(iout, iwiout)
Definition spmd_wiout.F:40