Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dturbulence.c265 PetscScalar error_sq = 0; in TSMonitor_SpanwiseStatisticsTurbulence() local
266 PetscCall(VecSum(error, &error_sq)); in TSMonitor_SpanwiseStatisticsTurbulence()
267 PetscScalar l2_error = sqrt(error_sq); in TSMonitor_SpanwiseStatisticsTurbulence()