Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dspanstats.c257 PetscReal *child_coords, *parent_coords; in SpanwiseStatisticsCreateSF() local
262 … PetscCall(PetscMalloc2(child_num_qpnts * 2, &child_coords, parent_num_qpnts * 2, &parent_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()
274 …ates(*statssf, parent_num_qpnts, child_num_qpnts, num_comp_sf, 1e-12, parent_coords, child_coords)… in SpanwiseStatisticsCreateSF()
275 PetscCall(PetscFree2(child_coords, parent_coords)); in SpanwiseStatisticsCreateSF()