Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dspanstats.c241 PetscInt child_num_qpnts, parent_num_qpnts, num_comp_x; in SpanwiseStatisticsCreateSF() local
253 …(ceed, parentdm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &Parent_qx_coords, &parent_num_qpnts)); in SpanwiseStatisticsCreateSF()
262 … PetscCall(PetscMalloc2(child_num_qpnts * 2, &child_coords, parent_num_qpnts * 2, &parent_coords)); in SpanwiseStatisticsCreateSF()
267 for (int i = 0; i < parent_num_qpnts; i++) { in SpanwiseStatisticsCreateSF()
274 …PetscCall(PetscSFSetGraphFromCoordinates(*statssf, parent_num_qpnts, child_num_qpnts, num_comp_sf,… in SpanwiseStatisticsCreateSF()