Searched refs:Parent_Stats_loc (Results 1 – 2 of 2) sorted by relevance
| /honee/src/spanstats/ |
| H A D | spanstats.c | 24 PetscCall(VecDestroy(&spanstats_->Parent_Stats_loc)); in SpanStatsCtxDestroy() 311 …op_proj_rhs, DMReturnVecType(spanstats->dm), PETSC_COMM_SELF, &spanstats->Parent_Stats_loc, NULL)); in SpanwiseStatisticsSetupL2Projection() 435 PetscCall(VecZeroEntries(spanstats->Parent_Stats_loc)); in SpanwiseStatisticsProcess() 438 PetscCall(VecGetArray(spanstats->Parent_Stats_loc, &parent_stats)); in SpanwiseStatisticsProcess() 450 PetscCall(VecRestoreArray(spanstats->Parent_Stats_loc, &parent_stats)); in SpanwiseStatisticsProcess() 456 PetscCall(VecScale(spanstats->Parent_Stats_loc, 1 / (summing_duration * spanstats->span_width))); in SpanwiseStatisticsProcess() 460 …PetscCall(ApplyCeedOperatorLocalToGlobal(spanstats->Parent_Stats_loc, RHS, spanstats->op_proj_rhs_… in SpanwiseStatisticsProcess()
|
| /honee/include/ |
| H A D | spanstats.h | 13 Vec Child_Stats_loc, Parent_Stats_loc; member
|