Searched refs:child_quad_coords (Results 1 – 1 of 1) sorted by relevance
256 const PetscReal *child_quad_coords, *parent_quad_coords; in SpanwiseStatisticsCreateSF() local259 PetscCall(VecGetArrayRead(Child_qx_coords, &child_quad_coords)); in SpanwiseStatisticsCreateSF()264 child_coords[0 + i * num_comp_sf] = child_quad_coords[0 + i * num_comp_x]; in SpanwiseStatisticsCreateSF()265 child_coords[1 + i * num_comp_sf] = child_quad_coords[1 + i * num_comp_x]; in SpanwiseStatisticsCreateSF()271 PetscCall(VecRestoreArrayRead(Child_qx_coords, &child_quad_coords)); in SpanwiseStatisticsCreateSF()