Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dturb_spanstats.c24 …CeedElemRestriction elem_restr_parent_x, elem_restr_parent_stats, elem_restr_parent_colloc, elem_r… member
195 …e(ceed, dm, domain_label, label_value, height, dm_field, &(*stats_data)->elem_restr_parent_stats)); in SpanStatsSetupDataCreate()
207 …CompMajor(ceed, num_comp_stats, (*stats_data)->basis_stats, (*stats_data)->elem_restr_parent_stats, in SpanStatsSetupDataCreate()
232 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&data->elem_restr_parent_stats)); in SpanStatsSetupDataDestroy()
313 …ed(ceed, CeedOperatorSetField(op_proj_rhs, "output", stats_data->elem_restr_parent_stats, stats_da… in SetupL2ProjectionStats()
323 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "u", stats_data->elem_restr_parent_stats, stats_… in SetupL2ProjectionStats()
325 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "v", stats_data->elem_restr_parent_stats, stats_… in SetupL2ProjectionStats()
458 …PetscCallCeed(ceed, CeedOperatorSetField(op_error, "q", stats_data->elem_restr_parent_stats, stats… in SetupMMSErrorChecking()
461 …PetscCallCeed(ceed, CeedOperatorSetField(op_error, "v", stats_data->elem_restr_parent_stats, stats… in SetupMMSErrorChecking()
463 …PetscCallCeed(ceed, CeedElemRestrictionCreateVector(stats_data->elem_restr_parent_stats, &x_ceed, … in SetupMMSErrorChecking()
[all …]