Lines Matching refs:num_comp_x
95 PetscInt num_comp_x, dim; in QDataGetNumComponents() local
99 PetscCall(DMGetCoordinateNumComps(dm, &num_comp_x)); in QDataGetNumComponents()
103 switch (num_comp_x) { in QDataGetNumComponents()
117 …DM of dimension %" PetscInt_FMT " and coordinates with dimension %" PetscInt_FMT, dim, num_comp_x); in QDataGetNumComponents()
138 PetscInt dim, height = 0, num_comp_x; in QDataGet() local
144 PetscCall(DMGetCoordinateNumComps(dm, &num_comp_x)); in QDataGet()
148 switch (num_comp_x) { in QDataGet()
165 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup, "dx", num_comp_x * (dim - height), CEED_EVAL_G… in QDataGet()
233 PetscInt dim, height = 1, num_comp_x; in QDataBoundaryGet() local
238 PetscCall(DMGetCoordinateNumComps(dm, &num_comp_x)); in QDataBoundaryGet()
252 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup_sur, "dx", num_comp_x * (dim - height), CEED_EV… in QDataBoundaryGet()
319 CeedInt num_comp_x; in QDataBoundaryGradientGet() local
334 PetscCallCeed(ceed, CeedElemRestrictionGetNumComponents(elem_restr_x_face, &num_comp_x)); in QDataBoundaryGradientGet()
347 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup_sur, "dx/dX cell", num_comp_x * (dim - height_c… in QDataBoundaryGradientGet()
348 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_setup_sur, "dx/dX face", num_comp_x * (dim - height_f… in QDataBoundaryGradientGet()