Home
last modified time | relevance | path

Searched refs:stats (Results 1 – 15 of 15) sorted by relevance

/phasta/phSolver/common/
H A Dnew_interface.c35 void igetMinMaxAvg(int *ivalue, double *stats, int *statRanks) { in igetMinMaxAvg() argument
38 rgetMinMaxAvg(value,stats,statRanks); in igetMinMaxAvg()
42 void rgetMinMaxAvg(double *value, double *stats, int *statRanks) { in rgetMinMaxAvg() argument
46 MPI_Allreduce(value,&stats[0],1,MPI_DOUBLE,MPI_MIN,MPI_COMM_WORLD); in rgetMinMaxAvg()
48 if(*value==stats[0]) in rgetMinMaxAvg()
52 MPI_Allreduce(value,&stats[1],1,MPI_DOUBLE,MPI_MAX,MPI_COMM_WORLD); in rgetMinMaxAvg()
54 if(*value==stats[1]) in rgetMinMaxAvg()
58 MPI_Allreduce(value,&stats[2],1,MPI_DOUBLE,MPI_SUM,MPI_COMM_WORLD); in rgetMinMaxAvg()
59 stats[2] /= workfc.numpe; in rgetMinMaxAvg()
65 stats[3] = sqrt(sqValueAvg-stats[2]*stats[2]); in rgetMinMaxAvg()
H A Dnew_interface.h23 void igetMinMaxAvg(int *ivalue, double *stats, int *statRanks);
24 void rgetMinMaxAvg(double *value, double *stats, int *statRanks);
/phasta/phSolver/compressible/
H A Dstats.f6 module stats module
31 use stats
H A DMakefile79 mods := mod_timedata.f stats.f BCprofile.f mod_BCsfIDmap.f
/phasta/phSolver/incompressible/
H A Dusr.c167 *tol, *presTol, *verbose, stats, nPermDims,
200 Real* stats,
216 *tol, *presTol, *verbose, stats, nPermDims,
224 *tol, *presTol, *verbose, stats, nPermDims,
231 *tol, *presTol, *verbose, stats, nPermDims,
H A DelmStats.f6 use stats
84 use stats
H A Dstats.f6 module stats module
31 use stats
91 use stats
193 use stats
387 use stats
H A Dles.h127 Real* stats,
190 Real* stats,
H A Dasigmr.f14 use stats
H A DMakefile113 mods := timedata.f stats.f
H A De3sts.f8 use stats
43 use stats
H A Delmgmr.f21 use stats !
H A DadvLES.f7 use stats
1276 use stats !
1612 use stats !
H A Dfilters.f978 use stats !
/phasta/phSolver/
H A DCHANGES66 CVS: incompressible/stats.f incompressible/usr.c
184 CVS: compressible/stats.f