Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dnew_interface.c44 double sqValue = 0., sqValueAvg = 0.; in rgetMinMaxAvg() local
62 MPI_Allreduce(&sqValue,&sqValueAvg,1,MPI_DOUBLE,MPI_SUM,MPI_COMM_WORLD); in rgetMinMaxAvg()
63 sqValueAvg /= workfc.numpe; in rgetMinMaxAvg()
65 stats[3] = sqrt(sqValueAvg-stats[2]*stats[2]); in rgetMinMaxAvg()