Lines Matching refs:num_comp_x
21 PetscInt num_comp_x, dim; in QDataGetNumComponents() local
31 PetscCall(PetscSectionGetFieldComponents(section_coord, field, &num_comp_x)); in QDataGetNumComponents()
35 switch (num_comp_x) { in QDataGetNumComponents()
44 …DM of dimension %" PetscInt_FMT " and coordinates with dimension %" PetscInt_FMT, dim, num_comp_x); in QDataGetNumComponents()
53 …DM of dimension %" PetscInt_FMT " and coordinates with dimension %" PetscInt_FMT, dim, num_comp_x); in QDataGetNumComponents()
77 CeedInt num_comp_x; in QDataGet() local
82 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_x, &num_comp_x)); in QDataGet()
86 switch (num_comp_x) { in QDataGet()
102 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup, "dx", num_comp_x * (dim - height), CEED_EVAL_G… in QDataGet()
164 CeedInt num_comp_x; in QDataBoundaryGet() local
169 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_x, &num_comp_x)); in QDataBoundaryGet()
182 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup_sur, "dx", num_comp_x * (dim - height), CEED_EV… in QDataBoundaryGet()