Searched refs:parent_quad_coords (Results 1 – 1 of 1) sorted by relevance
256 const PetscReal *child_quad_coords, *parent_quad_coords; in SpanwiseStatisticsCreateSF() local260 PetscCall(VecGetArrayRead(Parent_qx_coords, &parent_quad_coords)); in SpanwiseStatisticsCreateSF()268 parent_coords[0 + i * num_comp_sf] = parent_quad_coords[0 + i * num_comp_x]; in SpanwiseStatisticsCreateSF()269 parent_coords[1 + i * num_comp_sf] = parent_quad_coords[1 + i * num_comp_x]; in SpanwiseStatisticsCreateSF()272 PetscCall(VecRestoreArrayRead(Parent_qx_coords, &parent_quad_coords)); in SpanwiseStatisticsCreateSF()