Searched refs:error_sq (Results 1 – 1 of 1) sorted by relevance
265 PetscScalar error_sq = 0; in TSMonitor_SpanwiseStatisticsTurbulence() local266 PetscCall(VecSum(error, &error_sq)); in TSMonitor_SpanwiseStatisticsTurbulence()267 PetscScalar l2_error = sqrt(error_sq); in TSMonitor_SpanwiseStatisticsTurbulence()