Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dspanstats.c49 spanstats->num_comp_stats = num_comps; in SpanwiseStatisticssCreateDM()
110 …RUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_extra, 1, &spanstats->num_comp_stats, in SpanwiseStatisticssCreateDM()
181 CeedInt num_comp_x, num_comp_stats = spanstats->num_comp_stats; in SpanwiseStatisticsSetupDataCreate() local
198 …PetscCall(CreateElemRestrColloc_CompMajor(ceed, num_comp_stats, (*stats_setup_data)->basis_stats, … in SpanwiseStatisticsSetupDataCreate()
202 …PetscCall(CreateElemRestrColloc_CompMajor(ceed, num_comp_stats, basis_q, elem_restr_q, &(*stats_se… in SpanwiseStatisticsSetupDataCreate()
295 CeedInt q_data_size, num_comp_stats = spanstats->num_comp_stats; in SpanwiseStatisticsSetupL2Projection() local
303 …PetscCallCeed(ceed, CeedQFunctionCreateIdentity(ceed, num_comp_stats, CEED_EVAL_NONE, CEED_EVAL_IN… in SpanwiseStatisticsSetupL2Projection()
315 PetscCall(HoneeMassQFunctionCreate(ceed, num_comp_stats, q_data_size, &qf_mass)); in SpanwiseStatisticsSetupL2Projection()
440 if (spanstats->num_comp_stats == 1) unit = MPIU_REAL; in SpanwiseStatisticsProcess()
442 PetscCallMPI(MPI_Type_contiguous(spanstats->num_comp_stats, MPIU_REAL, &unit)); in SpanwiseStatisticsProcess()
H A Dturbulence.c19 CeedInt num_comp_stats = spanstats->num_comp_stats, q_data_size; in CreateStatisticCollectionOperator() local
80 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_stats_collect, "v", num_comp_stats, CEED_EVAL_NONE)); in CreateStatisticCollectionOperator()
112 CeedInt num_comp_stats = spanstats->num_comp_stats, num_comp_x, q_data_size; in SetupMMSErrorChecking() local
124 PetscCallCeed(ceed, CeedQFunctionAddInput(qf_error, "q", num_comp_stats, CEED_EVAL_INTERP)); in SetupMMSErrorChecking()
127 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_error, "v", num_comp_stats, CEED_EVAL_INTERP)); in SetupMMSErrorChecking()
H A Dcflpe.c20 CeedInt num_comp_stats = spanstats->num_comp_stats, q_data_size; in CreateStatisticCollectionOperator() local
116 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_stats_collect, "v", num_comp_stats, CEED_EVAL_NONE)); in CreateStatisticCollectionOperator()
/honee/include/
H A Dspanstats.h12 PetscInt num_comp_stats; member