Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dnew_interface.c44 double sqValue = 0., sqValueAvg = 0.; in rgetMinMaxAvg() local
61 sqValue = (*value)*(*value); in rgetMinMaxAvg()
62 MPI_Allreduce(&sqValue,&sqValueAvg,1,MPI_DOUBLE,MPI_SUM,MPI_COMM_WORLD); in rgetMinMaxAvg()